Get-AzApplicationGatewaySslProfile
Hämtar SSL-profilen för en programgateway.
Syntax
Get-AzApplicationGatewaySslProfile
[-Name <String>]
-ApplicationGateway <PSApplicationGateway>
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
Description
Cmdleten Get-AzApplicationGatewaySslProfile hämtar SSL-profilen för en programgateway.
Exempel
Exempel 1
$AppGw = Get-AzApplicationGateway -Name "ApplicationGateway01" -ResourceGroupName "ResourceGroup01"
$profile = Get-AzApplicationGatewaySslProfile -Name "SslProfile01" -ApplicationGateway $AppGw
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 SslProfile01 för $AppGw och lagrar den i variabeln $profile.
Parametrar
-ApplicationGateway
ApplicationGateway
Typ: | PSApplicationGateway |
Position: | Named |
Standardvärde: | None |
Obligatorisk: | True |
Godkänn pipeline-indata: | True |
Godkänn jokertecken: | False |
-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 |
-Name
Namnet på ssl-profilen
Typ: | String |
Position: | Named |
Standardvärde: | None |
Obligatorisk: | False |
Godkänn pipeline-indata: | False |
Godkänn jokertecken: | False |
Indata
Utdata
PSApplicationGatewaySslProfile