共用方式為


Get-AzApplicationGatewayProbeConfig

從 應用程式閘道 取得現有的健康情況探查組態。

語法

Get-AzApplicationGatewayProbeConfig
   [-Name <String>]
   -ApplicationGateway <PSApplicationGateway>
   [-DefaultProfile <IAzureContextContainer>]
   [<CommonParameters>]

Description

Get-AzApplicationGatewayProbeConfig Cmdlet 會從 應用程式閘道 取得現有的健康情況探查組態。

範例

範例 1:從應用程式閘道取得現有的探查

Get-AzApplicationGatewayProbeConfig -ApplicationGateway Gateway -Name "Probe02"

此命令會從名為 Gateway 的應用程式閘道取得名為 Probe02 的健康情況探查。

參數

-ApplicationGateway

指定此 Cmdlet 取得探查組態的應用程式閘道。

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

-DefaultProfile

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

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

-Name

指定探查的名稱。

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

輸入

PSApplicationGateway

輸出

PSApplicationGatewayProbe