ApplicationGatewaysOperationsExtensions.BeginBackendHealthAsync Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient l’intégrité du back-end de la passerelle d’application spécifiée dans un groupe de ressources.
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Network.Fluent.Models.ApplicationGatewayBackendHealthInner> BeginBackendHealthAsync (this Microsoft.Azure.Management.Network.Fluent.IApplicationGatewaysOperations operations, string resourceGroupName, string applicationGatewayName, string expand = default, System.Threading.CancellationToken cancellationToken = default);
static member BeginBackendHealthAsync : 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 BeginBackendHealthAsync (operations As IApplicationGatewaysOperations, resourceGroupName As String, applicationGatewayName As String, Optional expand As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ApplicationGatewayBackendHealthInner)
Paramètres
- operations
- IApplicationGatewaysOperations
Groupe d’opérations pour cette méthode d’extension.
- resourceGroupName
- String
Nom du groupe de ressources.
- applicationGatewayName
- String
Nom de la passerelle Application Gateway.
- expand
- String
Développe BackendAddressPool et BackendHttpSettings référencés dans l’intégrité du back-end.
- cancellationToken
- CancellationToken
Jeton d'annulation.
Retours
S’applique à
Azure SDK for .NET