Compartir a través de


ApplicationGatewaysOperationsExtensions.BeginBackendHealthOnDemandAsync Método

Definición

Obtiene el estado del back-end para una combinación determinada del grupo de back-end y la configuración http de la puerta de enlace de aplicaciones especificada en un grupo de recursos.

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

Parámetros

operations
IApplicationGatewaysOperations

El grupo de operaciones de este método de extensión.

resourceGroupName
String

Nombre del grupo de recursos.

applicationGatewayName
String

Nombre de la puerta de enlace de aplicaciones.

probeRequest
ApplicationGatewayOnDemandProbe

Cuerpo de la solicitud para la operación de sondeo de prueba a petición.

expand
String

Expande BackendAddressPool y BackendHttpSettings a los que se hace referencia en el estado del back-end.

cancellationToken
CancellationToken

Token de cancelación.

Devoluciones

Se aplica a