Get-AzApplicationGatewaySslProfile

Obtient le profil SSL d’une passerelle d’application.

Syntax

Get-AzApplicationGatewaySslProfile
   [-Name <String>]
   -ApplicationGateway <PSApplicationGateway>
   [-DefaultProfile <IAzureContextContainer>]
   [<CommonParameters>]

Description

L’applet de commande Get-AzApplicationGatewaySslProfile obtient le profil SSL d’une passerelle d’application.

Exemples

Exemple 1

$AppGw = Get-AzApplicationGateway -Name "ApplicationGateway01" -ResourceGroupName "ResourceGroup01"
$profile  = Get-AzApplicationGatewaySslProfile -Name "SslProfile01" -ApplicationGateway $AppGw

La première commande obtient la passerelle d’application nommée ApplicationGateway01 dans le groupe de ressources nommé ResourceGroup01 et la stocke dans la variable $AppGw. La deuxième commande obtient le profil SSL SslProfile01 pour $AppGw et le stocke dans la variable $profile.

Paramètres

-ApplicationGateway

ApplicationGateway

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

-DefaultProfile

Informations d’identification, compte, locataire et abonnement utilisés pour la communication avec Azure.

Type:IAzureContextContainer
Aliases:AzContext, AzureRmContext, AzureCredential
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-Name

Nom du profil ssl

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

Entrées

PSApplicationGateway

Sorties

PSApplicationGatewaySslProfile