< Back

Get-AzureRmApplicationGatewaySslPredefinedPolicy

Tue Jan 29, 2019 9:52 pm

NAME Get-AzureRmApplicationGatewaySslPredefinedPolicy



SYNOPSIS

Gets Predefined SSL Policies provided by Application Gateway.





SYNTAX

Get-AzureRmApplicationGatewaySslPredefinedPolicy [-DefaultProfile <IAzureContextContainer>] [-Name <String>] [<CommonParameters>]





DESCRIPTION

The Get-AzureRmApplicationGatewaySslPredefinedPolicy cmdlet gets Predefined SSL Policies provided by Application Gateway.





PARAMETERS

-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



-Name <String>

Name of the ssl predefined policy



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

None







OUTPUTS

Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPredefinedPolicy

System.Collections.Generic.IEnumerable`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPredefinedPolicy,

Microsoft.Azure.Commands.Network, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null]]





NOTES









Example 1



PS C:\\>$policies = Get-AzureRmApplicationGatewaySslPredefinedPolicy



This commands returns all the predefined SSL policies.





Example 2



PS C:\\>$policy = Get-AzureRmApplicationGatewaySslPredefinedPolicy -Name AppGwSslPolicy20170401



This commands returns predefined policy with name AppGwSslPolicy20170401.







RELATED LINKS

Online Version: https://docs.microsoft.com/en-us/powers ... inedpolicy