Remove-AzApplicationGatewaySslProfilePolicy

Azure uygulama ağ geçidi SSL profilinden SSL ilkesini kaldırır.

Syntax

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

Description

Remove-AzApplicationGatewaySslProfilePolicy cmdlet'i bir Azure uygulama ağ geçidi SSL profilinden ssl ilkesini kaldırır.

Örnekler

Örnek 1

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

İ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. Son komut, $profile depolanan ssl profilinin ssl ilkesini kaldırır.

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

applicationGateway 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