Remove-AzApplicationGatewayProbeConfig
從現有的應用程式閘道移除健康情況探查。
語法
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 移除探查的應用程式閘道。
類型: | PSApplicationGateway |
Position: | Named |
預設值: | None |
必要: | True |
接受管線輸入: | True |
接受萬用字元: | False |
-DefaultProfile
用於與 azure 通訊的認證、帳戶、租用戶和訂用帳戶。
類型: | IAzureContextContainer |
別名: | AzContext, AzureRmContext, AzureCredential |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
-Name
指定此 Cmdlet 移除的探查名稱。
類型: | String |
Position: | Named |
預設值: | None |
必要: | True |
接受管線輸入: | False |
接受萬用字元: | False |