Remove-AzApplicationGatewaySslProfilePolicy
Tar bort en SSL-princip från en Azure Application Gateway SSL-profil.
Syntax
Remove-AzApplicationGatewaySslProfilePolicy
-SslProfile <PSApplicationGatewaySslProfile>
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
Description
Cmdleten Remove-AzApplicationGatewaySslProfilePolicy tar bort en SSL-princip från en Azure Application Gateway SSL-profil.
Exempel
Exempel 1
$AppGW = Get-AzApplicationGateway -Name "ApplicationGateway01" -ResourceGroupName "ResourceGroup01"
$profile = Get-AzApplicationGatewaySslProfile -Name "Profile01" -ApplicationGateway $AppGw
$profile = Remove-AzApplicationGatewaySslProfilePolicy -SslProfile $profile
Det första kommandot hämtar programgatewayen med namnet ApplicationGateway01 i resursgruppen Med namnet ResourceGroup01 och lagrar den i variabeln $AppGw. Det andra kommandot hämtar SSL-profilen med namnet Profile01 för $AppGw och lagrar den i variabeln $profile. Det sista kommandot tar bort ssl-principen för ssl-profilen som lagras i $profile.
Parametrar
-DefaultProfile
Autentiseringsuppgifter, konto, klientorganisation och prenumeration som används för kommunikation med Azure.
Typ: | IAzureContextContainer |
Alias: | AzContext, AzureRmContext, AzureCredential |
Position: | Named |
Standardvärde: | None |
Obligatorisk: | False |
Godkänn pipeline-indata: | False |
Godkänn jokertecken: | False |
-SslProfile
ApplicationGateway SSL-profilen
Typ: | PSApplicationGatewaySslProfile |
Position: | Named |
Standardvärde: | None |
Obligatorisk: | True |
Godkänn pipeline-indata: | True |
Godkänn jokertecken: | False |
Indata
PSApplicationGatewaySslProfile
Utdata
PSApplicationGatewaySslProfile
Relaterade länkar
Azure PowerShell