IApplicationGatewayBackendHealth Schnittstelle

Definition

Eine clientseitige Darstellung der Integritätsinformationen eines Application Gateway-Back-Ends.

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)
Implementiert

Eigenschaften

Backend

Ruft den Back-End-Adresspool des Anwendungsgateways ab, zu dem Integritätsinformationen gehören.

HttpConfigurationHealths

Ruft die Integritätsinformationen zu jeder zugeordneten Konfiguration von Back-End-HTTP-Einstellungen ab, die anhand ihres Namens indiziert werden.

Inner

Eine clientseitige Darstellung der Integritätsinformationen eines Application Gateway-Back-Ends.

(Geerbt von IHasInner<T>)
Name

Ruft den Namen der Ressource ab.

(Geerbt von IHasName)
Parent

Ruft das übergeordnete Element dieser untergeordneten Ressource ab.

(Geerbt von IHasParent<ParentT>)

Gilt für: