< Back

Get-AzureRmApplicationGatewayProbeConfig

Tue Jan 29, 2019 9:53 pm

NAME Get-AzureRmApplicationGatewayProbeConfig



SYNOPSIS

Gets an existing health probe configuration from an Application Gateway.





SYNTAX

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

[<CommonParameters>]





DESCRIPTION

The Get-AzureRmApplicationGatewayProbeConfig cmdlet gets an existing health probe configuration from an Application Gateway.





PARAMETERS

-ApplicationGateway <PSApplicationGateway>

Specifies the application gateway to which this cmdlet gets a probe configuration.



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.



Required? false

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.PSApplicationGatewayProbe





System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe]







NOTES









Example 1: Get an existing probe from an application gateway



PS C:\\>Get-AzureRmApplicationGatewayProbeConfig -ApplicationGateway Gateway -Name "Probe02"



This command gets the health probe named Probe02 from the application gateway named Gateway.







RELATED LINKS

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

Add a probe to an existing application gateway

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

Add-AzureRmApplicationGatewayProbeConfig

New-AzureRmApplicationGatewayProbeConfig

Remove-AzureRmApplicationGatewayProbeConfig

Set-AzureRmApplicationGatewayProbeConfig