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

141 строка
11 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.network.ApplicationGatewayBackendHealthStatus"
fullName: "com.microsoft.azure.management.network.ApplicationGatewayBackendHealthStatus"
name: "ApplicationGatewayBackendHealthStatus"
nameWithType: "ApplicationGatewayBackendHealthStatus"
summary: "Application gateway backend health status."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.microsoft.azure.management.resources.fluentcore.arm.ExpandableStringEnum?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "<xref href=\"com.microsoft.azure.management.resources.fluentcore.arm.ExpandableStringEnum?alt=com.microsoft.azure.management.resources.fluentcore.arm.ExpandableStringEnum&text=ExpandableStringEnum\" data-throw-if-not-resolved=\"False\" />"
methodsRef:
- "<xref href=\"com.microsoft.azure.management.resources.fluentcore.arm.ExpandableStringEnum.<T>fromString(java.lang.String,java.lang.Class<T>)?alt=com.microsoft.azure.management.resources.fluentcore.arm.ExpandableStringEnum.<T>fromString&text=<T>fromString\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.microsoft.azure.management.resources.fluentcore.arm.ExpandableStringEnum.<T>values(java.lang.Class<T>)?alt=com.microsoft.azure.management.resources.fluentcore.arm.ExpandableStringEnum.<T>values&text=<T>values\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.microsoft.azure.management.resources.fluentcore.arm.ExpandableStringEnum.equals(java.lang.Object)?alt=com.microsoft.azure.management.resources.fluentcore.arm.ExpandableStringEnum.equals&text=equals\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.microsoft.azure.management.resources.fluentcore.arm.ExpandableStringEnum.hashCode()?alt=com.microsoft.azure.management.resources.fluentcore.arm.ExpandableStringEnum.hashCode&text=hashCode\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.microsoft.azure.management.resources.fluentcore.arm.ExpandableStringEnum.toString()?alt=com.microsoft.azure.management.resources.fluentcore.arm.ExpandableStringEnum.toString&text=toString\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.microsoft.azure.management.resources.fluentcore.arm.ExpandableStringEnum.withNameValue(java.lang.String,T,java.lang.Class<T>)?alt=com.microsoft.azure.management.resources.fluentcore.arm.ExpandableStringEnum.withNameValue&text=withNameValue\" data-throw-if-not-resolved=\"False\" />"
- classRef: "<xref href=\"java.lang.Object?alt=java.lang.Object&text=Object\" data-throw-if-not-resolved=\"False\" />"
methodsRef:
- "<xref href=\"java.lang.Object.clone()?alt=java.lang.Object.clone&text=clone\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.finalize()?alt=java.lang.Object.finalize&text=finalize\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.getClass()?alt=java.lang.Object.getClass&text=getClass\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.notify()?alt=java.lang.Object.notify&text=notify\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.notifyAll()?alt=java.lang.Object.notifyAll&text=notifyAll\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait()?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait(long)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait(long,int)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
syntax: "public class **ApplicationGatewayBackendHealthStatus**</br> extends <xref href=\"com.microsoft.azure.management.resources.fluentcore.arm.ExpandableStringEnum?alt=com.microsoft.azure.management.resources.fluentcore.arm.ExpandableStringEnum&text=ExpandableStringEnum\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.network.ApplicationGatewayBackendHealthStatus?alt=com.microsoft.azure.management.network.ApplicationGatewayBackendHealthStatus&text=ApplicationGatewayBackendHealthStatus\" data-throw-if-not-resolved=\"False\" />&gt;"
constructors:
- uid: "com.microsoft.azure.management.network.ApplicationGatewayBackendHealthStatus.ApplicationGatewayBackendHealthStatus()"
fullName: "com.microsoft.azure.management.network.ApplicationGatewayBackendHealthStatus.ApplicationGatewayBackendHealthStatus()"
name: "ApplicationGatewayBackendHealthStatus()"
nameWithType: "ApplicationGatewayBackendHealthStatus.ApplicationGatewayBackendHealthStatus()"
syntax: "public ApplicationGatewayBackendHealthStatus()"
fields:
- uid: "com.microsoft.azure.management.network.ApplicationGatewayBackendHealthStatus.DOWN"
fullName: "com.microsoft.azure.management.network.ApplicationGatewayBackendHealthStatus.DOWN"
name: "DOWN"
nameWithType: "ApplicationGatewayBackendHealthStatus.DOWN"
summary: "The server is down."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.microsoft.azure.management.network.ApplicationGatewayBackendHealthStatus?alt=com.microsoft.azure.management.network.ApplicationGatewayBackendHealthStatus&text=ApplicationGatewayBackendHealthStatus\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final ApplicationGatewayBackendHealthStatus DOWN"
desc: "The server is down."
- uid: "com.microsoft.azure.management.network.ApplicationGatewayBackendHealthStatus.DRAINING"
fullName: "com.microsoft.azure.management.network.ApplicationGatewayBackendHealthStatus.DRAINING"
name: "DRAINING"
nameWithType: "ApplicationGatewayBackendHealthStatus.DRAINING"
summary: "The server is draining."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.microsoft.azure.management.network.ApplicationGatewayBackendHealthStatus?alt=com.microsoft.azure.management.network.ApplicationGatewayBackendHealthStatus&text=ApplicationGatewayBackendHealthStatus\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final ApplicationGatewayBackendHealthStatus DRAINING"
desc: "The server is draining."
- uid: "com.microsoft.azure.management.network.ApplicationGatewayBackendHealthStatus.PARTIAL"
fullName: "com.microsoft.azure.management.network.ApplicationGatewayBackendHealthStatus.PARTIAL"
name: "PARTIAL"
nameWithType: "ApplicationGatewayBackendHealthStatus.PARTIAL"
summary: "Partial health status."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.microsoft.azure.management.network.ApplicationGatewayBackendHealthStatus?alt=com.microsoft.azure.management.network.ApplicationGatewayBackendHealthStatus&text=ApplicationGatewayBackendHealthStatus\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final ApplicationGatewayBackendHealthStatus PARTIAL"
desc: "Partial health status."
- uid: "com.microsoft.azure.management.network.ApplicationGatewayBackendHealthStatus.UNHEALTHY"
fullName: "com.microsoft.azure.management.network.ApplicationGatewayBackendHealthStatus.UNHEALTHY"
name: "UNHEALTHY"
nameWithType: "ApplicationGatewayBackendHealthStatus.UNHEALTHY"
summary: "The server is unhealthy."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.microsoft.azure.management.network.ApplicationGatewayBackendHealthStatus?alt=com.microsoft.azure.management.network.ApplicationGatewayBackendHealthStatus&text=ApplicationGatewayBackendHealthStatus\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final ApplicationGatewayBackendHealthStatus UNHEALTHY"
desc: "The server is unhealthy."
- uid: "com.microsoft.azure.management.network.ApplicationGatewayBackendHealthStatus.UNKNOWN"
fullName: "com.microsoft.azure.management.network.ApplicationGatewayBackendHealthStatus.UNKNOWN"
name: "UNKNOWN"
nameWithType: "ApplicationGatewayBackendHealthStatus.UNKNOWN"
summary: "Unknown health status."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.microsoft.azure.management.network.ApplicationGatewayBackendHealthStatus?alt=com.microsoft.azure.management.network.ApplicationGatewayBackendHealthStatus&text=ApplicationGatewayBackendHealthStatus\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final ApplicationGatewayBackendHealthStatus UNKNOWN"
desc: "Unknown health status."
- uid: "com.microsoft.azure.management.network.ApplicationGatewayBackendHealthStatus.UP"
fullName: "com.microsoft.azure.management.network.ApplicationGatewayBackendHealthStatus.UP"
name: "UP"
nameWithType: "ApplicationGatewayBackendHealthStatus.UP"
summary: "The server is up."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.microsoft.azure.management.network.ApplicationGatewayBackendHealthStatus?alt=com.microsoft.azure.management.network.ApplicationGatewayBackendHealthStatus&text=ApplicationGatewayBackendHealthStatus\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final ApplicationGatewayBackendHealthStatus UP"
desc: "The server is up."
methods:
- uid: "com.microsoft.azure.management.network.ApplicationGatewayBackendHealthStatus.fromString(java.lang.String)"
fullName: "com.microsoft.azure.management.network.ApplicationGatewayBackendHealthStatus.fromString(String name)"
name: "fromString(String name)"
nameWithType: "ApplicationGatewayBackendHealthStatus.fromString(String name)"
summary: "Finds or creates a backend health status based on the specified name."
modifiers:
- "static"
parameters:
- description: "a name"
name: "name"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static ApplicationGatewayBackendHealthStatus fromString(String name)"
desc: "Finds or creates a backend health status based on the specified name."
returns:
description: "an instance of ApplicationGatewayBackendHealthStatus"
type: "<xref href=\"com.microsoft.azure.management.network.ApplicationGatewayBackendHealthStatus?alt=com.microsoft.azure.management.network.ApplicationGatewayBackendHealthStatus&text=ApplicationGatewayBackendHealthStatus\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.network.ApplicationGatewayBackendHealthStatus.values()"
fullName: "com.microsoft.azure.management.network.ApplicationGatewayBackendHealthStatus.values()"
name: "values()"
nameWithType: "ApplicationGatewayBackendHealthStatus.values()"
modifiers:
- "static"
syntax: "public static Collection<ApplicationGatewayBackendHealthStatus> values()"
returns:
description: "known application gateway backend health statuses"
type: "<xref href=\"java.util.Collection?alt=java.util.Collection&text=Collection\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.network.ApplicationGatewayBackendHealthStatus?alt=com.microsoft.azure.management.network.ApplicationGatewayBackendHealthStatus&text=ApplicationGatewayBackendHealthStatus\" data-throw-if-not-resolved=\"False\" />&gt;"
type: "class"
desc: "Application gateway backend health status."
metadata: {}
package: "com.microsoft.azure.management.network"
artifact: com.microsoft.azure:azure-mgmt-network:1.41.4