azure-docs-sdk-java/legacy/docs-ref-autogen/com.microsoft.azure.managem...

49 строки
4.9 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.network.ApplicationGatewayBackendServerHealth"
fullName: "com.microsoft.azure.management.network.ApplicationGatewayBackendServerHealth"
name: "ApplicationGatewayBackendServerHealth"
nameWithType: "ApplicationGatewayBackendServerHealth"
summary: "A client-side representation of the health information of an application gateway backend server."
syntax: "public interface **ApplicationGatewayBackendServerHealth**</br> extends <xref href=\"com.microsoft.azure.management.resources.fluentcore.model.HasInner?alt=com.microsoft.azure.management.resources.fluentcore.model.HasInner&text=HasInner\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.network.ApplicationGatewayBackendHealthServer?alt=com.microsoft.azure.management.network.ApplicationGatewayBackendHealthServer&text=ApplicationGatewayBackendHealthServer\" data-throw-if-not-resolved=\"False\" />&gt;, <xref href=\"com.microsoft.azure.management.resources.fluentcore.arm.models.HasParent?alt=com.microsoft.azure.management.resources.fluentcore.arm.models.HasParent&text=HasParent\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.network.ApplicationGatewayBackendHttpConfigurationHealth?alt=com.microsoft.azure.management.network.ApplicationGatewayBackendHttpConfigurationHealth&text=ApplicationGatewayBackendHttpConfigurationHealth\" data-throw-if-not-resolved=\"False\" />&gt;"
methods:
- uid: "com.microsoft.azure.management.network.ApplicationGatewayBackendServerHealth.getNetworkInterfaceIPConfiguration()"
fullName: "com.microsoft.azure.management.network.ApplicationGatewayBackendServerHealth.getNetworkInterfaceIPConfiguration()"
name: "getNetworkInterfaceIPConfiguration()"
nameWithType: "ApplicationGatewayBackendServerHealth.getNetworkInterfaceIPConfiguration()"
summary: "Gets the IP configuration of the network interface this health information pertains to."
modifiers:
- "abstract"
syntax: "public abstract NicIPConfiguration getNetworkInterfaceIPConfiguration()"
desc: "Gets the IP configuration of the network interface this health information pertains to."
returns:
description: "a network interface IP configuration"
type: "<xref href=\"com.microsoft.azure.management.network.NicIPConfiguration?alt=com.microsoft.azure.management.network.NicIPConfiguration&text=NicIPConfiguration\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.network.ApplicationGatewayBackendServerHealth.ipAddress()"
fullName: "com.microsoft.azure.management.network.ApplicationGatewayBackendServerHealth.ipAddress()"
name: "ipAddress()"
nameWithType: "ApplicationGatewayBackendServerHealth.ipAddress()"
modifiers:
- "abstract"
syntax: "public abstract String ipAddress()"
returns:
description: "IP address of the server this health information pertains to"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.network.ApplicationGatewayBackendServerHealth.status()"
fullName: "com.microsoft.azure.management.network.ApplicationGatewayBackendServerHealth.status()"
name: "status()"
nameWithType: "ApplicationGatewayBackendServerHealth.status()"
modifiers:
- "abstract"
syntax: "public abstract ApplicationGatewayBackendHealthStatus status()"
returns:
description: "the health status of the server"
type: "<xref href=\"com.microsoft.azure.management.network.ApplicationGatewayBackendHealthStatus?alt=com.microsoft.azure.management.network.ApplicationGatewayBackendHealthStatus&text=ApplicationGatewayBackendHealthStatus\" data-throw-if-not-resolved=\"False\" />"
type: "interface"
desc: "A client-side representation of the health information of an application gateway backend server."
implements:
- "<xref href=\"com.microsoft.azure.management.resources.fluentcore.arm.models.HasParent?alt=com.microsoft.azure.management.resources.fluentcore.arm.models.HasParent&text=HasParent\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.network.ApplicationGatewayBackendHttpConfigurationHealth?alt=com.microsoft.azure.management.network.ApplicationGatewayBackendHttpConfigurationHealth&text=ApplicationGatewayBackendHttpConfigurationHealth\" data-throw-if-not-resolved=\"False\" />&gt;"
- "<xref href=\"com.microsoft.azure.management.resources.fluentcore.model.HasInner?alt=com.microsoft.azure.management.resources.fluentcore.model.HasInner&text=HasInner\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.network.ApplicationGatewayBackendHealthServer?alt=com.microsoft.azure.management.network.ApplicationGatewayBackendHealthServer&text=ApplicationGatewayBackendHealthServer\" data-throw-if-not-resolved=\"False\" />&gt;"
metadata: {}
package: "com.microsoft.azure.management.network"
artifact: com.microsoft.azure:azure-mgmt-network:1.41.4