IApplicationGatewayBackendServerHealth Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET