IApplicationGatewayBackendServerHealth Interface

Definition

A client-side representation of the health information of an application gateway backend server.

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

Properties

Inner (Inherited from IHasInner<T>)
IPAddress

Gets IP address of the server this health information pertains to.

Parent

Gets the parent of this child resource.

(Inherited from IHasParent<ParentT>)
Status

Gets the health status of the server.

Methods

GetNetworkInterfaceIPConfiguration()

Gets the IP configuration of the network interface this health information pertains to.

Applies to