Skip to content

Latest commit

 

History

History
87 lines (61 loc) · 2.56 KB

Get-AzApplicationGatewaySslPolicy.md

File metadata and controls

87 lines (61 loc) · 2.56 KB
external help file Module Name ms.assetid online version schema
Microsoft.Azure.PowerShell.Cmdlets.Network.dll-Help.xml
Az.Network
AF02FFF8-F00D-4446-968F-F3C9008C39F0
2.0.0

Get-AzApplicationGatewaySslPolicy

SYNOPSIS

Gets the SSL policy of an application gateway.

SYNTAX

Get-AzApplicationGatewaySslPolicy -ApplicationGateway <PSApplicationGateway>
 [-DefaultProfile <IAzureContextContainer>] [<CommonParameters>]

DESCRIPTION

The Get-AzApplicationGatewaySslPolicy cmdlet gets the SSL policy of an application gateway.

EXAMPLES

1:

$AppGW = Get-AzApplicationGateway -Name "ApplicationGateway01" -ResourceGroupName "ResourceGroup01"
$sslpolicy = Get-AzApplicationGatewaySslPolicy -ApplicationGateway $AppGW

The first command gets the Application Gateway named ApplicationGateway01 and stores the result in the variable named $AppGW. The second command gets the ssl policy from the Application Gateway stored in the variable named $AppGW.

PARAMETERS

-ApplicationGateway

Specifies the application gateway of the SSL policy that this cmdlet gets.

Type: Microsoft.Azure.Commands.Network.Models.PSApplicationGateway
Parameter Sets: (All)
Aliases:

Required: True
Position: Named
Default value: None
Accept pipeline input: True (ByValue)
Accept wildcard characters: False

-DefaultProfile

The credentials, account, tenant, and subscription used for communication with azure.

Type: Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer
Parameter Sets: (All)
Aliases: AzContext, AzureRmContext, AzureCredential

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

Microsoft.Azure.Commands.Network.Models.PSApplicationGateway

OUTPUTS

Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy

NOTES

  • Keywords: azure, azurerm, arm, resource, management, manager, network, networking

RELATED LINKS

New-AzApplicationGatewaySslPolicy

Set-AzApplicationGatewaySslPolicy