< Back

Get-AzureRmApplicationGatewayBackendHealth

Tue Jan 29, 2019 9:53 pm

NAME Get-AzureRmApplicationGatewayBackendHealth



SYNOPSIS

Gets application gateway backend health.





SYNTAX

Get-AzureRmApplicationGatewayBackendHealth [-AsJob] [-DefaultProfile <IAzureContextContainer>] [-ExpandResource <String>] -Name <String>

-ResourceGroupName <String> [<CommonParameters>]





DESCRIPTION

The Get-AzureRmApplicationGatewayBackendHealth cmdlet gets application gateway backend health.





PARAMETERS

-AsJob [<SwitchParameter>]

Run cmdlet in the background



Required? false

Position? named

Default value False

Accept pipeline input? False

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



-ExpandResource <String>





Required? false

Position? named

Default value None

Accept pipeline input? True (ByPropertyName)

Accept wildcard characters? false



-Name <String>

Specifies the name of the application gateway that this cmdlet gets.



Required? true

Position? named

Default value None

Accept pipeline input? True (ByPropertyName)

Accept wildcard characters? false



-ResourceGroupName <String>

Specifies the name of the resource group that contains the application gateway.



Required? true

Position? named

Default value None

Accept pipeline input? True (ByPropertyName)

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

System.String







OUTPUTS

Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHealth







NOTES





Keywords: azure, azurerm, arm, resource, management, manager, network, networking



-------------------------- Example 1: Gets backend health without expanded resources. --------------------------



PS C:\\>$BackendHealth = Get-AzureRmApplicationGatewayBackendHealth -Name ApplicationGateway01 -ResourceGroupName ResourceGroup01



This command gets the backend health of application gateway named ApplicationGateway01 that belongs to the resource group named ResourceGroup01

and stores it in the $BackendHealth variable.





-------------------------- Example 1: Gets backend health with expanded resources. --------------------------



PS C:\\>$BackendHealth = Get-AzureRmApplicationGatewayBackendHealth -Name ApplicationGateway01 -ResourceGroupName ResourceGroup01 -ExpandResource

"backendhealth/applicationgatewayresource"



This command gets the backend health (with expanded resources) of application gateway named ApplicationGateway01 that belongs to the resource

group named ResourceGroup01 and stores it in the $BackendHealth variable.







RELATED LINKS

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

Get-AzureRmApplicationGatewayAvailableSslOptions