Remove-AzApplicationGatewayClientAuthConfiguration
Hiermee verwijdert u de clientverificatieconfiguratie van een SSL-profielobject.
Syntaxis
Remove-AzApplicationGatewayClientAuthConfiguration
-SslProfile <PSApplicationGatewaySslProfile>
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
Description
De cmdlet Remove-AzApplicationGatewayClientAuthConfiguration verwijdert de clientverificatieconfiguratie van een SSL-profielobject.
Voorbeelden
Voorbeeld 1
$AppGw = Get-AzApplicationGateway -Name "ApplicationGateway01" -ResourceGroupName "ResourceGroup01"
$profile = Get-AzApplicationGatewaySslProfile -Name "Profile01" -ApplicationGateway $AppGw
Remove-AzApplicationGatewayClientAuthConfiguration -SslProfile $profile
Set-AzApplicationGateway -ApplicationGateway $AppGW
Met de eerste opdracht wordt de toepassingsgateway met de naam ApplicationGateway01 in de resourcegroep ResourceGroup01 opgeslagen en opgeslagen in de $AppGw variabele. Met de tweede opdracht wordt het SSL-profiel met de naam Profile01 voor $AppGw en opgeslagen in de variabele $profile. Met de volgende opdracht verwijdert u de configuratie van de clientverificatie van het SSL-profiel dat is opgeslagen in $profile. Met de laatste opdracht wordt de toepassingsgateway bijgewerkt.
Parameters
-DefaultProfile
De referenties, accounts, tenants en abonnementen die worden gebruikt voor communicatie met Azure.
Type: | IAzureContextContainer |
Aliassen: | AzContext, AzureRmContext, AzureCredential |
Position: | Named |
Default value: | None |
Vereist: | False |
Pijplijninvoer accepteren: | False |
Jokertekens accepteren: | False |
-SslProfile
Het SSL-profiel
Type: | PSApplicationGatewaySslProfile |
Position: | Named |
Default value: | None |
Vereist: | True |
Pijplijninvoer accepteren: | True |
Jokertekens accepteren: | False |
Invoerwaarden
PSApplicationGatewaySslProfile
Uitvoerwaarden
PSApplicationGatewaySslProfile
Verwante koppelingen
Azure PowerShell