Remove-AzApplicationGatewayClientAuthConfiguration

SSL profil nesnesinin istemci kimlik doğrulama yapılandırmasını kaldırır.

Syntax

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

Description

Remove-AzApplicationGatewayClientAuthConfiguration cmdlet'i bir SSL profil nesnesinin istemci kimlik doğrulama yapılandırmasını kaldırır.

Örnekler

Örnek 1

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

İlk komut, ResourceGroup01 adlı kaynak grubunda ApplicationGateway01 adlı uygulama ağ geçidini alır ve $AppGw değişkeninde depolar. İkinci komut, $AppGw için Profile01 adlı SSL profilini alır ve $profile değişkeninde depolar. Sonraki komut, $profile depolanan ssl profilinin istemci kimlik doğrulama yapılandırmasını kaldırır. Son komut, uygulama ağ geçidini güncelleştirir.

Parametreler

-DefaultProfile

Azure ile iletişim için kullanılan kimlik bilgileri, hesap, kiracı ve abonelik.

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

-SslProfile

Ssl profili

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

Girişler

PSApplicationGatewaySslProfile

Çıkışlar

PSApplicationGatewaySslProfile