Compartir a través de


ApplicationGatewaysOperationsExtensions.BeginBackendHealthAsync Método

Definición

Obtiene el estado de back-end de la puerta de enlace de aplicaciones especificada en un grupo de recursos.

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

Parámetros

operations
IApplicationGatewaysOperations

Grupo de operaciones para este método de extensión.

resourceGroupName
String

Nombre del grupo de recursos.

applicationGatewayName
String

Nombre de la puerta de enlace de aplicaciones.

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