Share via


Remove-AzApplicationGatewaySslProfilePolicy

Eltávolít egy SSL-szabályzatot egy Azure Application Gateway SSL-profilból.

Syntax

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

Description

A Remove-AzApplicationGatewaySslProfilePolicy parancsmag eltávolít egy SSL-szabályzatot egy Azure Application Gateway SSL-profilból.

Példák

1. példa

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

Az első parancs lekéri az ApplicationGateway01 nevű application gatewayt a ResourceGroup01 nevű erőforráscsoportban, és a $AppGw változóban tárolja. A második parancs lekéri a Profile01 nevű SSL-profilt $AppGw, és a $profile változóban tárolja. Az utolsó parancs eltávolítja a $profile tárolt SSL-profil SSL-szabályzatát.

Paraméterek

-DefaultProfile

Az Azure-ral való kommunikációhoz használt hitelesítő adatok, fiók, bérlő és előfizetés.

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

-SslProfile

Az applicationGateway SSL-profilja

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

Bevitelek

PSApplicationGatewaySslProfile

Kimenetek

PSApplicationGatewaySslProfile