共用方式為


Get-AzApplicationGatewayBackendHealth

取得應用程式閘道後端健康情況。

語法

Get-AzApplicationGatewayBackendHealth
   -Name <String>
   -ResourceGroupName <String>
   [-ExpandResource <String>]
   [-AsJob]
   [-DefaultProfile <IAzureContextContainer>]
   [<CommonParameters>]

Description

Get-AzApplicationGatewayBackendHealth Cmdlet 會取得應用程式網關後端健康情況。

範例

範例 1:取得後端健康情況,而不需展開資源。

$BackendHealth = Get-AzApplicationGatewayBackendHealth -Name ApplicationGateway01 -ResourceGroupName ResourceGroup01

此命令會取得應用程式網關的後端健康情況,此網關名為 ApplicationGateway01 屬於名為 ResourceGroup01 的資源群組,並將其儲存在$BackendHealth變數中。

範例 2:取得具有擴充資源的後端健康情況。

$BackendHealth = Get-AzApplicationGatewayBackendHealth -Name ApplicationGateway01 -ResourceGroupName ResourceGroup01 -ExpandResource "backendhealth/applicationgatewayresource"

此命令會取得名稱為ApplicationGateway01的應用程式閘道後端健康情況(已展開資源),該網關屬於名為 ResourceGroup01 的資源群組,並將它儲存在$BackendHealth變數中。

參數

-AsJob

在背景執行 Cmdlet

類型:SwitchParameter
Position:Named
預設值:None
必要:False
接受管線輸入:False
接受萬用字元:False

-DefaultProfile

用於與 azure 通訊的認證、帳戶、租用戶和訂用帳戶。

類型:IAzureContextContainer
別名:AzContext, AzureRmContext, AzureCredential
Position:Named
預設值:None
必要:False
接受管線輸入:False
接受萬用字元:False

-ExpandResource

類型:String
Position:Named
預設值:None
必要:False
接受管線輸入:True
接受萬用字元:False

-Name

指定此 Cmdlet 取得的應用程式閘道名稱。

類型:String
別名:ResourceName
Position:Named
預設值:None
必要:True
接受管線輸入:True
接受萬用字元:False

-ResourceGroupName

指定包含應用程式閘道的資源群組名稱。

類型:String
Position:Named
預設值:None
必要:True
接受管線輸入:True
接受萬用字元:False

輸入

String

輸出

PSApplicationGatewayBackendHealth

備註

關鍵詞:azure、azurerm、arm、resource、management、manager、network、networking