azure-docs-sdk-java/docs-ref-autogen/com.azure.developer.devcent...

134 строки
8.8 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.developer.devcenter.models.PoolHealthStatus"
fullName: "com.azure.developer.devcenter.models.PoolHealthStatus"
name: "PoolHealthStatus"
nameWithType: "PoolHealthStatus"
summary: "Pool status indicating whether a pool is available to create Dev Boxes."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.core.util.ExpandableStringEnum?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "<xref href=\"com.azure.core.util.ExpandableStringEnum?alt=com.azure.core.util.ExpandableStringEnum&text=ExpandableStringEnum\" data-throw-if-not-resolved=\"False\" />"
methodsRef:
- "<xref href=\"com.azure.core.util.ExpandableStringEnum.<T>fromString(java.lang.String,java.lang.Class<T>)?alt=com.azure.core.util.ExpandableStringEnum.<T>fromString&text=<T>fromString\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.core.util.ExpandableStringEnum.<T>values(java.lang.Class<T>)?alt=com.azure.core.util.ExpandableStringEnum.<T>values&text=<T>values\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.core.util.ExpandableStringEnum.equals(java.lang.Object)?alt=com.azure.core.util.ExpandableStringEnum.equals&text=equals\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.core.util.ExpandableStringEnum.hashCode()?alt=com.azure.core.util.ExpandableStringEnum.hashCode&text=hashCode\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.core.util.ExpandableStringEnum.toString()?alt=com.azure.core.util.ExpandableStringEnum.toString&text=toString\" data-throw-if-not-resolved=\"False\" />"
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
methodsRef:
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--\">clone</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--\">finalize</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
syntax: "public final class **PoolHealthStatus**</br> extends <xref href=\"com.azure.core.util.ExpandableStringEnum?alt=com.azure.core.util.ExpandableStringEnum&text=ExpandableStringEnum\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.developer.devcenter.models.PoolHealthStatus?alt=com.azure.developer.devcenter.models.PoolHealthStatus&text=PoolHealthStatus\" data-throw-if-not-resolved=\"False\" />&gt;"
constructors:
- uid: "com.azure.developer.devcenter.models.PoolHealthStatus.PoolHealthStatus()"
fullName: "com.azure.developer.devcenter.models.PoolHealthStatus.PoolHealthStatus()"
name: "PoolHealthStatus()"
nameWithType: "PoolHealthStatus.PoolHealthStatus()"
summary: "Creates a new instance of Pool<wbr>Health<wbr>Status value."
deprecatedTag: "Use the <xref uid=\"com.azure.developer.devcenter.models.PoolHealthStatus.fromString(java.lang.String)\" data-throw-if-not-resolved=\"false\" data-raw-source=\"#fromString(String)\"></xref> factory method."
syntax: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Deprecated.html\">@Deprecated</a></br>public PoolHealthStatus()"
desc: "Creates a new instance of PoolHealthStatus value."
hasDeprecatedTag: true
fields:
- uid: "com.azure.developer.devcenter.models.PoolHealthStatus.HEALTHY"
fullName: "com.azure.developer.devcenter.models.PoolHealthStatus.HEALTHY"
name: "HEALTHY"
nameWithType: "PoolHealthStatus.HEALTHY"
summary: "The pool health status is healthy."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.developer.devcenter.models.PoolHealthStatus?alt=com.azure.developer.devcenter.models.PoolHealthStatus&text=PoolHealthStatus\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final PoolHealthStatus HEALTHY"
desc: "The pool health status is healthy."
- uid: "com.azure.developer.devcenter.models.PoolHealthStatus.PENDING"
fullName: "com.azure.developer.devcenter.models.PoolHealthStatus.PENDING"
name: "PENDING"
nameWithType: "PoolHealthStatus.PENDING"
summary: "The pool health status waiting for health checks to run."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.developer.devcenter.models.PoolHealthStatus?alt=com.azure.developer.devcenter.models.PoolHealthStatus&text=PoolHealthStatus\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final PoolHealthStatus PENDING"
desc: "The pool health status waiting for health checks to run."
- uid: "com.azure.developer.devcenter.models.PoolHealthStatus.UNHEALTHY"
fullName: "com.azure.developer.devcenter.models.PoolHealthStatus.UNHEALTHY"
name: "UNHEALTHY"
nameWithType: "PoolHealthStatus.UNHEALTHY"
summary: "The pool health status is not healthy."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.developer.devcenter.models.PoolHealthStatus?alt=com.azure.developer.devcenter.models.PoolHealthStatus&text=PoolHealthStatus\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final PoolHealthStatus UNHEALTHY"
desc: "The pool health status is not healthy."
- uid: "com.azure.developer.devcenter.models.PoolHealthStatus.UNKNOWN"
fullName: "com.azure.developer.devcenter.models.PoolHealthStatus.UNKNOWN"
name: "UNKNOWN"
nameWithType: "PoolHealthStatus.UNKNOWN"
summary: "The pool health status is not known."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.developer.devcenter.models.PoolHealthStatus?alt=com.azure.developer.devcenter.models.PoolHealthStatus&text=PoolHealthStatus\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final PoolHealthStatus UNKNOWN"
desc: "The pool health status is not known."
- uid: "com.azure.developer.devcenter.models.PoolHealthStatus.WARNING"
fullName: "com.azure.developer.devcenter.models.PoolHealthStatus.WARNING"
name: "WARNING"
nameWithType: "PoolHealthStatus.WARNING"
summary: "The pool health status has one or more warnings."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.developer.devcenter.models.PoolHealthStatus?alt=com.azure.developer.devcenter.models.PoolHealthStatus&text=PoolHealthStatus\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final PoolHealthStatus WARNING"
desc: "The pool health status has one or more warnings."
methods:
- uid: "com.azure.developer.devcenter.models.PoolHealthStatus.fromString(java.lang.String)"
fullName: "com.azure.developer.devcenter.models.PoolHealthStatus.fromString(String name)"
name: "fromString(String name)"
nameWithType: "PoolHealthStatus.fromString(String name)"
summary: "Creates or finds a Pool<wbr>Health<wbr>Status from its string representation."
modifiers:
- "static"
parameters:
- description: "a name to look for."
name: "name"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public static PoolHealthStatus fromString(String name)"
desc: "Creates or finds a PoolHealthStatus from its string representation."
returns:
description: "the corresponding PoolHealthStatus."
type: "<xref href=\"com.azure.developer.devcenter.models.PoolHealthStatus?alt=com.azure.developer.devcenter.models.PoolHealthStatus&text=PoolHealthStatus\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.developer.devcenter.models.PoolHealthStatus.values()"
fullName: "com.azure.developer.devcenter.models.PoolHealthStatus.values()"
name: "values()"
nameWithType: "PoolHealthStatus.values()"
summary: "Gets known Pool<wbr>Health<wbr>Status values."
modifiers:
- "static"
syntax: "public static Collection<PoolHealthStatus> values()"
desc: "Gets known PoolHealthStatus values."
returns:
description: "known PoolHealthStatus values."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/Collection.html\">Collection</a>&lt;<xref href=\"com.azure.developer.devcenter.models.PoolHealthStatus?alt=com.azure.developer.devcenter.models.PoolHealthStatus&text=PoolHealthStatus\" data-throw-if-not-resolved=\"False\" />&gt;"
type: "class"
desc: "Pool status indicating whether a pool is available to create Dev Boxes."
metadata: {}
package: "com.azure.developer.devcenter.models"
artifact: com.azure:azure-developer-devcenter:1.0.3