Get-AzApplicationGatewayClientAuthConfiguration
Obtient la configuration d’authentification du client d’un objet de profil SSL.
Syntaxe
Get-AzApplicationGatewayClientAuthConfiguration
-SslProfile <PSApplicationGatewaySslProfile>
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
Description
L’applet de commande Get-AzApplicationGatewayClientAuthConfiguration obtient la configuration d’authentification du client d’un objet de profil SSL.
Exemples
Exemple 1
$AppGw = Get-AzApplicationGateway -Name "ApplicationGateway01" -ResourceGroupName "ResourceGroup01"
$SslProfile = Get-AzApplicationGatewaySslProfile -Name "SslProfile01" -ApplicationGateway $AppGw
$ClientAuthConfig = Get-AzApplicationGatewayClientAuthConfiguration -SslProfile $SslProfile
La première commande obtient la passerelle Application Gateway 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 nommé SslProfile01 pour $AppGw et le stocke $SslProfile variable. La dernière commande obtient la configuration d’authentification du client à partir du profil SSL $SslProfile et la stocke dans la variable $ClientAuthConfig.
Paramètres
-DefaultProfile
Informations d’identification, compte, locataire et abonnement utilisés pour la communication avec Azure.
Type: | IAzureContextContainer |
Alias: | AzContext, AzureRmContext, AzureCredential |
Position: | Named |
Valeur par défaut: | None |
Obligatoire: | False |
Accepter l'entrée de pipeline: | False |
Accepter les caractères génériques: | False |
-SslProfile
Profil ssl
Type: | PSApplicationGatewaySslProfile |
Position: | Named |
Valeur par défaut: | None |
Obligatoire: | True |
Accepter l'entrée de pipeline: | True |
Accepter les caractères génériques: | False |
Entrées
PSApplicationGatewaySslProfile
Sorties
PSApplicationGatewayClientAuthConfiguration