Get-AzApplicationGatewayClientAuthConfiguration
Hiermee wordt de clientverificatieconfiguratie van een SSL-profielobject opgehaald.
Get-AzApplicationGatewayClientAuthConfiguration
-SslProfile <PSApplicationGatewaySslProfile>
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
De Get-AzApplicationGatewayClientAuthConfiguration cmdlet haalt de clientverificatieconfiguratie van een SSL-profielobject op.
$AppGw = Get-AzApplicationGateway -Name "ApplicationGateway01" -ResourceGroupName "ResourceGroup01"
$SslProfile = Get-AzApplicationGatewaySslProfile -Name "SslProfile01" -ApplicationGateway $AppGw
$ClientAuthConfig = Get-AzApplicationGatewayClientAuthConfiguration -SslProfile $SslProfile
Met de eerste opdracht wordt de toepassingsgateway met de naam ApplicationGateway01 in de resourcegroep ResourceGroup01 opgeslagen en opgeslagen in de $AppGw variabele. Met de tweede opdracht wordt het SSL-profiel met de naam SslProfile01 voor $AppGw en opgeslagen $SslProfile variabele. Met de laatste opdracht wordt de clientverificatieconfiguratie opgehaald uit het SSL-profiel $SslProfile en opgeslagen in de $ClientAuthConfig variabele.
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 |
Het SSL-profiel
Type: | PSApplicationGatewaySslProfile |
Position: | Named |
Default value: | None |
Vereist: | True |
Pijplijninvoer accepteren: | True |
Jokertekens accepteren: | False |
Azure PowerShell-feedback
Azure PowerShell is een open source project. Selecteer een koppeling om feedback te geven: