Remove-AzApplicationGatewaySslProfile
Hiermee verwijdert u het SSL-profiel uit een toepassingsgateway.
Syntaxis
Remove-AzApplicationGatewaySslProfile
-Name <String>
-ApplicationGateway <PSApplicationGateway>
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
Description
De Remove-AzApplicationGatewaySslProfile cmdlet 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 |
Vereist: | True |
Pijplijninvoer accepteren: | True |
Jokertekens accepteren: | False |
-DefaultProfile
De referenties, accounts, tenants en abonnementen die worden gebruikt voor communicatie met Azure.
Type: | IAzureContextContainer |
Aliassen: | AzContext, AzureRmContext, AzureCredential |
Position: | Named |
Default value: | None |
Vereist: | False |
Pijplijninvoer accepteren: | False |
Jokertekens accepteren: | False |
-Name
De naam van het SSL-profiel
Type: | String |
Position: | Named |
Default value: | None |
Vereist: | True |
Pijplijninvoer accepteren: | False |
Jokertekens accepteren: | False |
Invoerwaarden
Uitvoerwaarden
Verwante koppelingen
Azure PowerShell