Partager via


ApplicationGatewaysOperationsExtensions.BeginBackendHealthOnDemand Méthode

Définition

Obtient l’intégrité du back-end pour une combinaison donnée de pool principal et de paramètre http de la passerelle d’application spécifiée dans un groupe de ressources.

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

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.

probeRequest
ApplicationGatewayOnDemandProbe

Corps de la demande pour l’opération de sonde de test à la demande.

expand
String

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

Retours

S’applique à