< Back
Get-AzureRmApplicationGatewaySslPolicy
Post
NAME Get-AzureRmApplicationGatewaySslPolicy
SYNOPSIS
Gets the SSL policy of an application gateway.
SYNTAX
Get-AzureRmApplicationGatewaySslPolicy -ApplicationGateway <PSApplicationGateway> [-DefaultProfile <IAzureContextContainer>] [<CommonParameters>]
DESCRIPTION
The Get-AzureRmApplicationGatewaySslPolicy cmdlet gets the SSL policy of an application gateway.
PARAMETERS
-ApplicationGateway <PSApplicationGateway>
Specifies the application gateway of the SSL policy that this cmdlet gets.
Required? true
Position? named
Default value None
Accept pipeline input? True (ByValue)
Accept wildcard characters? false
-DefaultProfile <IAzureContextContainer>
The credentials, account, tenant, and subscription used for communication with azure.
Required? false
Position? named
Default value None
Accept pipeline input? False
Accept wildcard characters? false
<CommonParameters>
This cmdlet supports the common parameters: Verbose, Debug,
ErrorAction, ErrorVariable, WarningAction, WarningVariable,
OutBuffer, PipelineVariable, and OutVariable. For more information, see
about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).
INPUTS
System.String
OUTPUTS
Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy
NOTES
* Keywords: azure, azurerm, arm, resource, management, manager, network, networking
1:
PS C:\\>$AppGW = Get-AzureRmApplicationGateway -Name "ApplicationGateway01" -ResourceGroupName "ResourceGroup01"
PS C:\\> $sslpolicy = Get-AzureRmApplicationGatewaySslPolicy -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.
RELATED LINKS
Online Version: https://docs.microsoft.com/en-us/powers ... ysslpolicy
New-AzureRmApplicationGatewaySslPolicy
Set-AzureRmApplicationGatewaySslPolicy
SYNOPSIS
Gets the SSL policy of an application gateway.
SYNTAX
Get-AzureRmApplicationGatewaySslPolicy -ApplicationGateway <PSApplicationGateway> [-DefaultProfile <IAzureContextContainer>] [<CommonParameters>]
DESCRIPTION
The Get-AzureRmApplicationGatewaySslPolicy cmdlet gets the SSL policy of an application gateway.
PARAMETERS
-ApplicationGateway <PSApplicationGateway>
Specifies the application gateway of the SSL policy that this cmdlet gets.
Required? true
Position? named
Default value None
Accept pipeline input? True (ByValue)
Accept wildcard characters? false
-DefaultProfile <IAzureContextContainer>
The credentials, account, tenant, and subscription used for communication with azure.
Required? false
Position? named
Default value None
Accept pipeline input? False
Accept wildcard characters? false
<CommonParameters>
This cmdlet supports the common parameters: Verbose, Debug,
ErrorAction, ErrorVariable, WarningAction, WarningVariable,
OutBuffer, PipelineVariable, and OutVariable. For more information, see
about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).
INPUTS
System.String
OUTPUTS
Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy
NOTES
* Keywords: azure, azurerm, arm, resource, management, manager, network, networking
1:
PS C:\\>$AppGW = Get-AzureRmApplicationGateway -Name "ApplicationGateway01" -ResourceGroupName "ResourceGroup01"
PS C:\\> $sslpolicy = Get-AzureRmApplicationGatewaySslPolicy -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.
RELATED LINKS
Online Version: https://docs.microsoft.com/en-us/powers ... ysslpolicy
New-AzureRmApplicationGatewaySslPolicy
Set-AzureRmApplicationGatewaySslPolicy