Partager via


ApplicationGatewaysOperationsExtensions.BackendHealth Méthode

Définition

Obtient l’intégrité du back-end de la passerelle d’application spécifiée dans un groupe de ressources.

public static Microsoft.Azure.Management.Network.Models.ApplicationGatewayBackendHealth BackendHealth (this Microsoft.Azure.Management.Network.IApplicationGatewaysOperations operations, string resourceGroupName, string applicationGatewayName, string expand = default);
static member BackendHealth : Microsoft.Azure.Management.Network.IApplicationGatewaysOperations * string * string * string -> Microsoft.Azure.Management.Network.Models.ApplicationGatewayBackendHealth
<Extension()>
Public Function BackendHealth (operations As IApplicationGatewaysOperations, resourceGroupName As String, applicationGatewayName As String, Optional expand As String = Nothing) As ApplicationGatewayBackendHealth

Paramètres

operations
IApplicationGatewaysOperations

Groupe d’opérations pour cette méthode d’extension.

resourceGroupName
String

Nom du groupe de ressources.

applicationGatewayName
String

Nom de la passerelle Application Gateway.

expand
String

Développe BackendAddressPool et BackendHttpSettings référencés dans l’intégrité du back-end.

Retours

S’applique à