Interface ApplicationGatewayBackendServerHealth

All Superinterfaces:
com.azure.resourcemanager.resources.fluentcore.model.HasInnerModel<ApplicationGatewayBackendHealthServerInner>, com.azure.resourcemanager.resources.fluentcore.arm.models.HasParent<ApplicationGatewayBackendHttpConfigurationHealth>

public interface ApplicationGatewayBackendServerHealth extends com.azure.resourcemanager.resources.fluentcore.model.HasInnerModel<ApplicationGatewayBackendHealthServerInner>, com.azure.resourcemanager.resources.fluentcore.arm.models.HasParent<ApplicationGatewayBackendHttpConfigurationHealth>
A client-side representation of the health information of an application gateway backend server.
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the IP configuration of the network interface this health information pertains to.
    Gets IP address of the server this health information pertains to.
    Gets the health status of the server.

    Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.HasInnerModel

    innerModel

    Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.HasParent

    parent
  • Method Details

    • ipAddress

      String ipAddress()
      Gets IP address of the server this health information pertains to.
      Returns:
      IP address of the server this health information pertains to
    • getNetworkInterfaceIPConfiguration

      NicIpConfiguration getNetworkInterfaceIPConfiguration()
      Gets the IP configuration of the network interface this health information pertains to.
      Returns:
      a network interface IP configuration
    • status

      Gets the health status of the server.
      Returns:
      the health status of the server