Delen via


Remove-AzApplicationGatewaySslProfile

Hiermee verwijdert u het SSL-profiel uit een toepassingsgateway.

Syntax

Remove-AzApplicationGatewaySslProfile
      -Name <String>
      -ApplicationGateway <PSApplicationGateway>
      [-DefaultProfile <IAzureContextContainer>]
      [<CommonParameters>]

Description

De cmdlet Remove-AzApplicationGatewaySslProfile verwijdert het SSL-profiel uit een toepassingsgateway.

Voorbeelden

Voorbeeld 1

$AppGw = Get-AzApplicationGateway -Name "ApplicationGateway01" -ResourceGroupName "ResourceGroup01"
Remove-AzApplicationGatewaySslProfile -ApplicationGateway $AppGw -Name "SslProfile01"
Set-AzApplicationGateway -ApplicationGateway $AppGw

Met de eerste opdracht krijgt u een toepassingsgateway met de naam ApplicationGateway01 die deel uitmaakt van de resourcegroep met de naam ResourceGroup01 en slaat deze op in de $AppGw variabele. Met de tweede opdracht wordt het SSL-profiel met de naam SslProfile01 verwijderd uit de toepassingsgateway die is opgeslagen in $AppGw. Met de laatste opdracht wordt de toepassingsgateway bijgewerkt.

Parameters

-ApplicationGateway

De applicationGateway

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

-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

-Name

De naam van het SSL-profiel

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

Invoerwaarden

PSApplicationGateway

Uitvoerwaarden

PSApplicationGateway