Remove-AzApplicationGatewaySslProfilePolicy

Hiermee verwijdert u een SSL-beleid uit een SSL-profiel voor een Azure-toepassingsgateway.

Syntax

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

Description

De cmdlet Remove-AzApplicationGatewaySslProfilePolicy verwijdert een SSL-beleid uit een SSL-profiel van een Azure-toepassingsgateway.

Voorbeelden

Voorbeeld 1

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

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 laatste opdracht verwijdert u het SSL-beleid van het ssl-profiel dat is opgeslagen in $profile.

Parameters

-DefaultProfile

De referenties, accounts, tenants en abonnementen die worden gebruikt voor communicatie met Azure.

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

-SslProfile

Het SSL-profiel applicationGateway

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

Invoerwaarden

PSApplicationGatewaySslProfile

Uitvoerwaarden

PSApplicationGatewaySslProfile