Dela via


Get-AzApplicationGatewayAutoscaleConfiguration

Hämtar autoskalningskonfigurationen för Application Gateway.

Syntax

Get-AzApplicationGatewayAutoscaleConfiguration
   -ApplicationGateway <PSApplicationGateway>
   [-DefaultProfile <IAzureContextContainer>]
   [<CommonParameters>]

Description

Cmdleten Get-AzApplicationGatewayAutoscaleConfiguration hämtar autoskalningskonfiguration för Application Gateway.

Exempel

Exempel 1

$gw = Get-AzApplicationGateway -Name $appgwName -ResourceGroupName $resgpName
$autoscaleConfiguration = Get-AzApplicationGatewayAutoscaleConfiguration -ApplicationGateway $gw
$autoscaleConfiguration.MinCapacity

Det första kommandot hämtar programgatewayen och lagrar den i $gw variabel. Det andra kommandot extraherar konfigurationen för autoskalning från programgatewayen.

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

Indata

PSApplicationGateway

Utdata

PSApplicationGatewayAutoscaleConfiguration