IApplicationGatewayBackendServerHealth Interface
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.
Représentation côté client des informations d’intégrité d’un serveur principal de passerelle d’application.
public interface IApplicationGatewayBackendServerHealth : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasInner<Microsoft.Azure.Management.Network.Fluent.Models.ApplicationGatewayBackendHealthServer>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasParent<Microsoft.Azure.Management.Network.Fluent.IApplicationGatewayBackendHttpConfigurationHealth>
type IApplicationGatewayBackendServerHealth = interface
interface IBeta
interface IHasInner<ApplicationGatewayBackendHealthServer>
interface IHasParent<IApplicationGatewayBackendHttpConfigurationHealth>
Public Interface IApplicationGatewayBackendServerHealth
Implements IBeta, IHasInner(Of ApplicationGatewayBackendHealthServer), IHasParent(Of IApplicationGatewayBackendHttpConfigurationHealth)
- Implémente
Propriétés
Inner |
Représentation côté client des informations d’intégrité d’un serveur principal de passerelle d’application. (Hérité de IHasInner<T>) |
IPAddress |
Obtient l’adresse IP du serveur auquel ces informations d’intégrité se rapportent. |
Parent |
Obtient le parent de cette ressource enfant. (Hérité de IHasParent<ParentT>) |
Status |
Obtient le status d’intégrité du serveur. |
Méthodes
GetNetworkInterfaceIPConfiguration() |
Obtient la configuration IP de l’interface réseau à laquelle ces informations d’intégrité se rapportent. |
S’applique à
Azure SDK for .NET