Compartilhar via


ApplicationGatewaysOperationsExtensions.BeginBackendHealthOnDemandAsync Método

Definição

Obtém a integridade de back-end para determinada combinação de pool de back-end e configuração http do gateway de aplicativo especificado em um grupo de recursos.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Network.Fluent.Models.ApplicationGatewayBackendHealthOnDemandInner> BeginBackendHealthOnDemandAsync (this Microsoft.Azure.Management.Network.Fluent.IApplicationGatewaysOperations operations, string resourceGroupName, string applicationGatewayName, Microsoft.Azure.Management.Network.Fluent.Models.ApplicationGatewayOnDemandProbe probeRequest, string expand = default, System.Threading.CancellationToken cancellationToken = default);
static member BeginBackendHealthOnDemandAsync : Microsoft.Azure.Management.Network.Fluent.IApplicationGatewaysOperations * string * string * Microsoft.Azure.Management.Network.Fluent.Models.ApplicationGatewayOnDemandProbe * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Network.Fluent.Models.ApplicationGatewayBackendHealthOnDemandInner>
<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 ApplicationGatewayBackendHealthOnDemandInner)

Parâmetros

operations
IApplicationGatewaysOperations

O grupo de operações para esse método de extensão.

resourceGroupName
String

O nome do grupo de recursos.

applicationGatewayName
String

O nome do gateway de aplicativo.

probeRequest
ApplicationGatewayOnDemandProbe

Corpo da solicitação para operação de investigação de teste sob demanda.

expand
String

Expande BackendAddressPool e BackendHttpSettings referenciados na integridade do back-end.

cancellationToken
CancellationToken

O token de cancelamento.

Retornos

Aplica-se a