Compartilhar via


ApplicationGatewaysOperationsExtensions.BackendHealthAsync Método

Definição

Obtém a integridade de back-end do gateway de aplicativo especificado em um grupo de recursos.

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

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.

expand
String

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

cancellationToken
CancellationToken

O token de cancelamento.

Retornos

Aplica-se a