Partager via


IApplicationGatewayBackendServerHealth Interface

Définition

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 à