Remove-AzApplicationGatewayClientAuthConfiguration
Entfernt die Clientauthentifizierungskonfiguration eines SSL-Profilobjekts.
Syntax
Remove-AzApplicationGatewayClientAuthConfiguration
-SslProfile <PSApplicationGatewaySslProfile>
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
Beschreibung
Das Cmdlet Remove-AzApplicationGatewayClientAuthConfiguration entfernt die Clientauthentifizierungskonfiguration eines SSL-Profilobjekts.
Beispiele
Beispiel 1
$AppGw = Get-AzApplicationGateway -Name "ApplicationGateway01" -ResourceGroupName "ResourceGroup01"
$profile = Get-AzApplicationGatewaySslProfile -Name "Profile01" -ApplicationGateway $AppGw
Remove-AzApplicationGatewayClientAuthConfiguration -SslProfile $profile
Set-AzApplicationGateway -ApplicationGateway $AppGW
Der erste Befehl ruft das Anwendungsgateway01 in der Ressourcengruppe "ResourceGroup01" ab und speichert es in der $AppGw Variablen. Der zweite Befehl ruft das SSL-Profil "Profile01" für $AppGw ab und speichert es in der variablen $profile. Mit dem nächsten Befehl wird die Clientauthentifizierungskonfiguration des in $profile gespeicherten SSL-Profils entfernt. Der letzte Befehl aktualisiert das Anwendungsgateway.
Parameter
-DefaultProfile
Anmeldeinformationen, Konto, Mandant und Abonnement für die Kommunikation mit Azure
Typ: | IAzureContextContainer |
Aliase: | AzContext, AzureRmContext, AzureCredential |
Position: | Named |
Standardwert: | None |
Erforderlich: | False |
Pipelineeingabe akzeptieren: | False |
Platzhalterzeichen akzeptieren: | False |
-SslProfile
Das SSL-Profil
Typ: | PSApplicationGatewaySslProfile |
Position: | Named |
Standardwert: | None |
Erforderlich: | True |
Pipelineeingabe akzeptieren: | True |
Platzhalterzeichen akzeptieren: | False |
Eingaben
PSApplicationGatewaySslProfile
Ausgaben
PSApplicationGatewaySslProfile