Remove-AzApplicationGatewayClientAuthConfiguration

Supprime la configuration d’authentification du client d’un objet de profil SSL.

Syntax

Remove-AzApplicationGatewayClientAuthConfiguration
      -SslProfile <PSApplicationGatewaySslProfile>
      [-DefaultProfile <IAzureContextContainer>]
      [<CommonParameters>]

Description

L’applet de commande Remove-AzApplicationGatewayClientAuthConfiguration supprime la configuration d’authentification du client d’un objet de profil SSL.

Exemples

Exemple 1

$AppGw = Get-AzApplicationGateway -Name "ApplicationGateway01" -ResourceGroupName "ResourceGroup01"
$profile  = Get-AzApplicationGatewaySslProfile -Name "Profile01" -ApplicationGateway $AppGw
Remove-AzApplicationGatewayClientAuthConfiguration -SslProfile $profile
Set-AzApplicationGateway -ApplicationGateway $AppGW

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é Profile01 pour $AppGw et le stocke dans la variable $profile. La commande suivante supprime la configuration d’authentification du client du profil ssl stocké dans $profile. La dernière commande met à jour la passerelle Application Gateway.

Paramètres

-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

-SslProfile

Profil ssl

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

Entrées

PSApplicationGatewaySslProfile

Sorties

PSApplicationGatewaySslProfile