Get-AzApplicationGatewayClientAuthConfiguration

SSL profil nesnesinin istemci kimlik doğrulama yapılandırmasını alır.

Syntax

Get-AzApplicationGatewayClientAuthConfiguration
   -SslProfile <PSApplicationGatewaySslProfile>
   [-DefaultProfile <IAzureContextContainer>]
   [<CommonParameters>]

Description

Get-AzApplicationGatewayClientAuthConfiguration cmdlet'i bir SSL profil nesnesinin istemci kimlik doğrulama yapılandırmasını alır.

Örnekler

Örnek 1

$AppGw = Get-AzApplicationGateway -Name "ApplicationGateway01" -ResourceGroupName "ResourceGroup01"
$SslProfile  = Get-AzApplicationGatewaySslProfile -Name "SslProfile01" -ApplicationGateway $AppGw
$ClientAuthConfig = Get-AzApplicationGatewayClientAuthConfiguration -SslProfile $SslProfile

İlk komut, ResourceGroup01 adlı kaynak grubunda ApplicationGateway01 adlı uygulama ağ geçidini alır ve $AppGw değişkeninde depolar. İkinci komut, $AppGw için SslProfile01 adlı SSL profilini alır ve $SslProfile değişken olarak depolar. Son komut SSL profilinden istemci kimlik doğrulama yapılandırmasını $SslProfile alır ve $ClientAuthConfig değişkeninde depolar.

Parametreler

-DefaultProfile

Azure ile iletişim için kullanılan kimlik bilgileri, hesap, kiracı ve abonelik.

Type:IAzureContextContainer
Aliases:AzContext, AzureRmContext, AzureCredential
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-SslProfile

Ssl profili

Type:PSApplicationGatewaySslProfile
Position:Named
Default value:None
Required:True
Accept pipeline input:True
Accept wildcard characters:False

Girişler

PSApplicationGatewaySslProfile

Çıkışlar

PSApplicationGatewayClientAuthConfiguration