Get-AzApplicationGatewaySslProfilePolicy
Ruft die SSL-Richtlinie eines Anwendungsgateways SSL-Profil ab.
Syntax
Get-AzApplicationGatewaySslProfilePolicy
-SslProfile <PSApplicationGatewaySslProfile>
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
Beschreibung
Das Cmdlet Get-AzApplicationGatewaySslProfilePolicy ruft die SSL-Richtlinie eines SSL-Profils eines Anwendungsgateways ab.
Beispiele
Beispiel 1
$AppGW = Get-AzApplicationGateway -Name "ApplicationGateway01" -ResourceGroupName "ResourceGroup01"
$SslProfile = Get-AzApplicationGatewaySslProfile -Name "SslProfile01" -ApplicationGateway $AppGw
$sslpolicy = Get-AzApplicationGatewaySslProfilePolicy -SslProfile $SslProfile
Der erste Befehl ruft das Anwendungsgateway01 in der Ressourcengruppe "ResourceGroup01" ab und speichert es in der $AppGw Variablen. Der zweite Befehl ruft das SSL-Profil "SslProfile01" für $AppGw ab und speichert es $SslProfile Variable. Der letzte Befehl ruft die SSL-Richtlinie aus dem SSL-Profil $SslProfile ab und speichert sie in der variablen $sslpolicy.
Parameter
-DefaultProfile
Anmeldeinformationen, Konto, Mandant und Abonnement für die Kommunikation mit Azure
Typ: | IAzureContextContainer |
Aliase: | AzContext, AzureRmContext, AzureCredential |
Position: | Named |
Standardwert: | None |
Erforderlich: | False |
Pipelineeingabe akzeptieren: | False |
Platzhalterzeichen akzeptieren: | False |
-SslProfile
Das SSL-Profil des Anwendungsgateways
Typ: | PSApplicationGatewaySslProfile |
Position: | Named |
Standardwert: | None |
Erforderlich: | True |
Pipelineeingabe akzeptieren: | True |
Platzhalterzeichen akzeptieren: | False |
Eingaben
PSApplicationGatewaySslProfile
Ausgaben
Ähnliche Themen
Azure PowerShell