< Back

Get-AzureRmApplicationGatewayAvailableSslOptions

Tue Jan 29, 2019 9:52 pm

NAME Get-AzureRmApplicationGatewayAvailableSslOptions



SYNOPSIS

Gets all available ssl options for ssl policy for Application Gateway.





SYNTAX

Get-AzureRmApplicationGatewayAvailableSslOptions [-DefaultProfile <IAzureContextContainer>] [<CommonParameters>]





DESCRIPTION

The Get-AzureRmApplicationGatewayAvailableSslOptions cmdlet gets all available ssl options for ssl policy





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



<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.PSApplicationGatewayAvailableSslOptions







NOTES









Example 1



PS C:\\>$sslOptions = Get-AzureRmApplicationGatewayAvailableSslOptions



This commands returns all available ssl options for ssl policy.







RELATED LINKS

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