ApplicationGatewayResource.BackendHealth 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 Application Gateway spécifiée dans un groupe de ressources.
- Chemin/abonnements de la demande/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/applicationGateways/{applicationGatewayName}/backendhealth
- IdApplicationGateways_BackendHealth d’opération
public virtual Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Network.Models.ApplicationGatewayBackendHealth> BackendHealth (Azure.WaitUntil waitUntil, string expand = default, System.Threading.CancellationToken cancellationToken = default);
abstract member BackendHealth : Azure.WaitUntil * string * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Network.Models.ApplicationGatewayBackendHealth>
override this.BackendHealth : Azure.WaitUntil * string * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Network.Models.ApplicationGatewayBackendHealth>
Public Overridable Function BackendHealth (waitUntil As WaitUntil, Optional expand As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As ArmOperation(Of ApplicationGatewayBackendHealth)
Paramètres
- waitUntil
- WaitUntil
Completed si la méthode doit attendre pour retourner jusqu’à ce que l’opération de longue durée soit terminée sur le service ; Started si elle doit être retournée après le démarrage de l’opération. Pour plus d’informations sur les opérations de longue durée, consultez Exemples d’opérations de Long-Running Azure.Core.
- expand
- String
Développe BackendAddressPool et BackendHttpSettings référencés dans l’intégrité du back-end.
- cancellationToken
- CancellationToken
Jeton d’annulation à utiliser.
Retours
S’applique à
Azure SDK for .NET