azure-docs-sdk-java/docs-ref-autogen/com.azure.resourcemanager.c...

150 строки
7.7 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.compute.models.ExecutionState"
fullName: "com.azure.resourcemanager.compute.models.ExecutionState"
name: "ExecutionState"
nameWithType: "ExecutionState"
summary: "Defines values for Execution<wbr>State."
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\" />"
inheritedMembers:
- "com.azure.core.util.ExpandableStringEnum.<T>fromString(java.lang.String,java.lang.Class<T>)"
- "com.azure.core.util.ExpandableStringEnum.<T>values(java.lang.Class<T>)"
- "com.azure.core.util.ExpandableStringEnum.equals(java.lang.Object)"
- "com.azure.core.util.ExpandableStringEnum.hashCode()"
- "com.azure.core.util.ExpandableStringEnum.toString()"
- "java.lang.Object.clone()"
- "java.lang.Object.finalize()"
- "java.lang.Object.getClass()"
- "java.lang.Object.notify()"
- "java.lang.Object.notifyAll()"
- "java.lang.Object.wait()"
- "java.lang.Object.wait(long)"
- "java.lang.Object.wait(long,int)"
syntax: "public final class ExecutionState extends ExpandableStringEnum<ExecutionState>"
constructors:
- uid: "com.azure.resourcemanager.compute.models.ExecutionState.ExecutionState()"
fullName: "com.azure.resourcemanager.compute.models.ExecutionState.ExecutionState()"
name: "ExecutionState()"
nameWithType: "ExecutionState.ExecutionState()"
syntax: "public ExecutionState()"
fields:
- uid: "com.azure.resourcemanager.compute.models.ExecutionState.CANCELED"
fullName: "com.azure.resourcemanager.compute.models.ExecutionState.CANCELED"
name: "CANCELED"
nameWithType: "ExecutionState.CANCELED"
summary: "Static value Canceled for Execution<wbr>State."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.resourcemanager.compute.models.ExecutionState?alt=com.azure.resourcemanager.compute.models.ExecutionState&text=ExecutionState\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final ExecutionState CANCELED"
desc: "Static value Canceled for ExecutionState."
- uid: "com.azure.resourcemanager.compute.models.ExecutionState.FAILED"
fullName: "com.azure.resourcemanager.compute.models.ExecutionState.FAILED"
name: "FAILED"
nameWithType: "ExecutionState.FAILED"
summary: "Static value Failed for Execution<wbr>State."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.resourcemanager.compute.models.ExecutionState?alt=com.azure.resourcemanager.compute.models.ExecutionState&text=ExecutionState\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final ExecutionState FAILED"
desc: "Static value Failed for ExecutionState."
- uid: "com.azure.resourcemanager.compute.models.ExecutionState.PENDING"
fullName: "com.azure.resourcemanager.compute.models.ExecutionState.PENDING"
name: "PENDING"
nameWithType: "ExecutionState.PENDING"
summary: "Static value Pending for Execution<wbr>State."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.resourcemanager.compute.models.ExecutionState?alt=com.azure.resourcemanager.compute.models.ExecutionState&text=ExecutionState\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final ExecutionState PENDING"
desc: "Static value Pending for ExecutionState."
- uid: "com.azure.resourcemanager.compute.models.ExecutionState.RUNNING"
fullName: "com.azure.resourcemanager.compute.models.ExecutionState.RUNNING"
name: "RUNNING"
nameWithType: "ExecutionState.RUNNING"
summary: "Static value Running for Execution<wbr>State."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.resourcemanager.compute.models.ExecutionState?alt=com.azure.resourcemanager.compute.models.ExecutionState&text=ExecutionState\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final ExecutionState RUNNING"
desc: "Static value Running for ExecutionState."
- uid: "com.azure.resourcemanager.compute.models.ExecutionState.SUCCEEDED"
fullName: "com.azure.resourcemanager.compute.models.ExecutionState.SUCCEEDED"
name: "SUCCEEDED"
nameWithType: "ExecutionState.SUCCEEDED"
summary: "Static value Succeeded for Execution<wbr>State."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.resourcemanager.compute.models.ExecutionState?alt=com.azure.resourcemanager.compute.models.ExecutionState&text=ExecutionState\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final ExecutionState SUCCEEDED"
desc: "Static value Succeeded for ExecutionState."
- uid: "com.azure.resourcemanager.compute.models.ExecutionState.TIMED_OUT"
fullName: "com.azure.resourcemanager.compute.models.ExecutionState.TIMED_OUT"
name: "TIMED_OUT"
nameWithType: "ExecutionState.TIMED_OUT"
summary: "Static value Timed<wbr>Out for Execution<wbr>State."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.resourcemanager.compute.models.ExecutionState?alt=com.azure.resourcemanager.compute.models.ExecutionState&text=ExecutionState\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final ExecutionState TIMED_OUT"
desc: "Static value TimedOut for ExecutionState."
- uid: "com.azure.resourcemanager.compute.models.ExecutionState.UNKNOWN"
fullName: "com.azure.resourcemanager.compute.models.ExecutionState.UNKNOWN"
name: "UNKNOWN"
nameWithType: "ExecutionState.UNKNOWN"
summary: "Static value Unknown for Execution<wbr>State."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.resourcemanager.compute.models.ExecutionState?alt=com.azure.resourcemanager.compute.models.ExecutionState&text=ExecutionState\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final ExecutionState UNKNOWN"
desc: "Static value Unknown for ExecutionState."
methods:
- uid: "com.azure.resourcemanager.compute.models.ExecutionState.fromString(java.lang.String)"
fullName: "com.azure.resourcemanager.compute.models.ExecutionState.fromString(String name)"
name: "fromString(String name)"
nameWithType: "ExecutionState.fromString(String name)"
summary: "Creates or finds a Execution<wbr>State 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 ExecutionState fromString(String name)"
desc: "Creates or finds a ExecutionState from its string representation."
returns:
description: "the corresponding ExecutionState."
type: "<xref href=\"com.azure.resourcemanager.compute.models.ExecutionState?alt=com.azure.resourcemanager.compute.models.ExecutionState&text=ExecutionState\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.compute.models.ExecutionState.values()"
fullName: "com.azure.resourcemanager.compute.models.ExecutionState.values()"
name: "values()"
nameWithType: "ExecutionState.values()"
summary: "Gets known Execution<wbr>State values."
modifiers:
- "static"
syntax: "public static Collection<ExecutionState> values()"
desc: "Gets known ExecutionState values."
returns:
description: "known ExecutionState values."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/Collection.html\">Collection</a>&lt;<xref href=\"com.azure.resourcemanager.compute.models.ExecutionState?alt=com.azure.resourcemanager.compute.models.ExecutionState&text=ExecutionState\" data-throw-if-not-resolved=\"False\" />&gt;"
type: "class"
desc: "Defines values for ExecutionState."
metadata: {}
package: "com.azure.resourcemanager.compute.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-compute:2.16.0