Partager via


IApplicationGatewayBackendHealth Interface

Définition

Représentation côté client des informations d’intégrité d’un back-end de passerelle d’application.

public interface IApplicationGatewayBackendHealth : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasInner<Microsoft.Azure.Management.Network.Fluent.Models.ApplicationGatewayBackendHealthPool>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasName, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasParent<Microsoft.Azure.Management.Network.Fluent.IApplicationGateway>
type IApplicationGatewayBackendHealth = interface
    interface IBeta
    interface IHasInner<ApplicationGatewayBackendHealthPool>
    interface IHasName
    interface IHasParent<IApplicationGateway>
Public Interface IApplicationGatewayBackendHealth
Implements IBeta, IHasInner(Of ApplicationGatewayBackendHealthPool), IHasName, IHasParent(Of IApplicationGateway)
Implémente

Propriétés

Backend

Obtient le pool d’adresses back-end de la passerelle d’application auquel les informations d’intégrité se rapportent.

HttpConfigurationHealths

Obtient les informations d’intégrité sur chaque configuration des paramètres HTTP principaux associées, indexées par son nom.

Inner

Représentation côté client des informations d’intégrité d’un back-end de passerelle d’application.

(Hérité de IHasInner<T>)
Name

Obtient le nom de la ressource

(Hérité de IHasName)
Parent

Obtient le parent de cette ressource enfant.

(Hérité de IHasParent<ParentT>)

S’applique à