Remove-AzApplicationGatewayProbeConfig

從現有的應用程式閘道移除健康情況探查。

Syntax

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

Description

Remove-AzApplicationGatewayProbeConfig Cmdlet 會從現有的應用程式閘道移除熱度探查。

範例

範例 1:從現有的應用程式閘道移除健康情況探查

$Gateway = Remove-AzApplicationGatewayProbeConfig -ApplicationGateway Gateway -Name "Probe04"

此命令會從名為 Gateway 的應用程式閘道中移除名為 Probe04 的健康情況探查。

參數

-ApplicationGateway

指定此 Cmdlet 移除探查的應用程式閘道。

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

-DefaultProfile

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

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

-Name

指定此 Cmdlet 移除的探查名稱。

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

輸入

PSApplicationGateway

輸出

PSApplicationGateway