Get-AzApplicationGatewayProbeConfig
Gets an existing health probe configuration from an Application Gateway.
Syntax
Get-AzApplicationGatewayProbeConfig
[-Name <String>]
-ApplicationGateway <PSApplicationGateway>
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
Description
The Get-AzApplicationGatewayProbeConfig cmdlet gets an existing health probe configuration from an Application Gateway.
Examples
Example 1: Get an existing probe from an application gateway
Get-AzApplicationGatewayProbeConfig -ApplicationGateway Gateway -Name "Probe02"
This command gets the health probe named Probe02 from the application gateway named Gateway.
Parameters
-ApplicationGateway
Specifies the application gateway to which this cmdlet gets a probe configuration.
Type: | PSApplicationGateway |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | True |
Accept wildcard characters: | False |
-DefaultProfile
The credentials, account, tenant, and subscription used for communication with azure.
Type: | IAzureContextContainer |
Aliases: | AzContext, AzureRmContext, AzureCredential |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-Name
Specifies the name of the probe.
Type: | String |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Inputs
Outputs
Related Links
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure PowerShell