< Back

Remove-AzureRmApplicationGatewayProbeConfig

Tue Jan 29, 2019 9:56 pm

NAME Remove-AzureRmApplicationGatewayProbeConfig



SYNOPSIS

Removes a health probe from an existing application gateway.





SYNTAX

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

[<CommonParameters>]





DESCRIPTION

The Remove-AzureRmApplicationGatewayProbeConfig cmdlet removes a heath probe from an existing application gateway.





PARAMETERS

-ApplicationGateway <PSApplicationGateway>

Specifies the application gateway to which this cmdlet removes a probe.



Required? true

Position? named

Default value None

Accept pipeline input? True (ByValue)

Accept wildcard characters? false



-DefaultProfile <IAzureContextContainer>

The credentials, account, tenant, and subscription used for communication with azure.



Required? false

Position? named

Default value None

Accept pipeline input? False

Accept wildcard characters? false



-Name <String>

Specifies the name of the probe for which this cmdlet removes.



Required? true

Position? named

Default value None

Accept pipeline input? False

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).



INPUTS

PSApplicationGateway

Parameter 'ApplicationGateway' accepts value of type 'PSApplicationGateway' from the pipeline





OUTPUTS

Microsoft.Azure.Commands.Network.Models.PSApplicationGateway







NOTES









Example 1: Remove a health probe from an existing application gateway



PS C:\\>$Gateway = Remove-AzureRmApplicationGatewayProbeConfig -ApplicationGateway Gateway -Name "Probe04"



This command removes the health probe named Probe04 from the application gateway named Gateway.







RELATED LINKS

Online Version: https://docs.microsoft.com/en-us/powers ... robeconfig

Remove a probe from an existing application gateway

https://azure.microsoft.com/en-us/docum ... on-gateway

Add-AzureRmApplicationGatewayProbeConfig

Get-AzureRmApplicationGatewayProbeConfig

New-AzureRmApplicationGatewayProbeConfig

Set-AzureRmApplicationGatewayProbeConfig