Freigeben über


ApplicationGatewaysOperationsExtensions.BackendHealthOnDemand Methode

Definition

Ruft die Back-End-Integrität für eine bestimmte Kombination aus Back-End-Pool und HTTP-Einstellung des angegebenen Anwendungsgateways in einer Ressourcengruppe ab.

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

Parameter

operations
IApplicationGatewaysOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Der Name der Ressourcengruppe.

applicationGatewayName
String

Der Name des Anwendungsgateways.

probeRequest
ApplicationGatewayOnDemandProbe

Anforderungstext für den bedarfsgesteuerten Testvorgang.

expand
String

Erweitert BackendAddressPool und BackendHttpSettings, auf die in der Back-End-Integrität verwiesen wird.

Gibt zurück

Gilt für: