azure-docs-sdk-java/legacy/docs-ref-autogen/com.azure.resourcemanager.m...

248 строки
17 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.machinelearningservices.models.ComputeInstanceState"
fullName: "com.azure.resourcemanager.machinelearningservices.models.ComputeInstanceState"
name: "ComputeInstanceState"
nameWithType: "ComputeInstanceState"
summary: "Defines values for Compute<wbr>Instance<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\" />"
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 **ComputeInstanceState**</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.resourcemanager.machinelearningservices.models.ComputeInstanceState?alt=com.azure.resourcemanager.machinelearningservices.models.ComputeInstanceState&text=ComputeInstanceState\" data-throw-if-not-resolved=\"False\" />&gt;"
constructors:
- uid: "com.azure.resourcemanager.machinelearningservices.models.ComputeInstanceState.ComputeInstanceState()"
fullName: "com.azure.resourcemanager.machinelearningservices.models.ComputeInstanceState.ComputeInstanceState()"
name: "ComputeInstanceState()"
nameWithType: "ComputeInstanceState.ComputeInstanceState()"
syntax: "public ComputeInstanceState()"
fields:
- uid: "com.azure.resourcemanager.machinelearningservices.models.ComputeInstanceState.CREATE_FAILED"
fullName: "com.azure.resourcemanager.machinelearningservices.models.ComputeInstanceState.CREATE_FAILED"
name: "CREATE_FAILED"
nameWithType: "ComputeInstanceState.CREATE_FAILED"
summary: "Static value Create<wbr>Failed for Compute<wbr>Instance<wbr>State."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.models.ComputeInstanceState?alt=com.azure.resourcemanager.machinelearningservices.models.ComputeInstanceState&text=ComputeInstanceState\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final ComputeInstanceState CREATE_FAILED"
desc: "Static value CreateFailed for ComputeInstanceState."
- uid: "com.azure.resourcemanager.machinelearningservices.models.ComputeInstanceState.CREATING"
fullName: "com.azure.resourcemanager.machinelearningservices.models.ComputeInstanceState.CREATING"
name: "CREATING"
nameWithType: "ComputeInstanceState.CREATING"
summary: "Static value Creating for Compute<wbr>Instance<wbr>State."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.models.ComputeInstanceState?alt=com.azure.resourcemanager.machinelearningservices.models.ComputeInstanceState&text=ComputeInstanceState\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final ComputeInstanceState CREATING"
desc: "Static value Creating for ComputeInstanceState."
- uid: "com.azure.resourcemanager.machinelearningservices.models.ComputeInstanceState.DELETING"
fullName: "com.azure.resourcemanager.machinelearningservices.models.ComputeInstanceState.DELETING"
name: "DELETING"
nameWithType: "ComputeInstanceState.DELETING"
summary: "Static value Deleting for Compute<wbr>Instance<wbr>State."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.models.ComputeInstanceState?alt=com.azure.resourcemanager.machinelearningservices.models.ComputeInstanceState&text=ComputeInstanceState\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final ComputeInstanceState DELETING"
desc: "Static value Deleting for ComputeInstanceState."
- uid: "com.azure.resourcemanager.machinelearningservices.models.ComputeInstanceState.JOB_RUNNING"
fullName: "com.azure.resourcemanager.machinelearningservices.models.ComputeInstanceState.JOB_RUNNING"
name: "JOB_RUNNING"
nameWithType: "ComputeInstanceState.JOB_RUNNING"
summary: "Static value Job<wbr>Running for Compute<wbr>Instance<wbr>State."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.models.ComputeInstanceState?alt=com.azure.resourcemanager.machinelearningservices.models.ComputeInstanceState&text=ComputeInstanceState\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final ComputeInstanceState JOB_RUNNING"
desc: "Static value JobRunning for ComputeInstanceState."
- uid: "com.azure.resourcemanager.machinelearningservices.models.ComputeInstanceState.RESTARTING"
fullName: "com.azure.resourcemanager.machinelearningservices.models.ComputeInstanceState.RESTARTING"
name: "RESTARTING"
nameWithType: "ComputeInstanceState.RESTARTING"
summary: "Static value Restarting for Compute<wbr>Instance<wbr>State."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.models.ComputeInstanceState?alt=com.azure.resourcemanager.machinelearningservices.models.ComputeInstanceState&text=ComputeInstanceState\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final ComputeInstanceState RESTARTING"
desc: "Static value Restarting for ComputeInstanceState."
- uid: "com.azure.resourcemanager.machinelearningservices.models.ComputeInstanceState.RUNNING"
fullName: "com.azure.resourcemanager.machinelearningservices.models.ComputeInstanceState.RUNNING"
name: "RUNNING"
nameWithType: "ComputeInstanceState.RUNNING"
summary: "Static value Running for Compute<wbr>Instance<wbr>State."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.models.ComputeInstanceState?alt=com.azure.resourcemanager.machinelearningservices.models.ComputeInstanceState&text=ComputeInstanceState\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final ComputeInstanceState RUNNING"
desc: "Static value Running for ComputeInstanceState."
- uid: "com.azure.resourcemanager.machinelearningservices.models.ComputeInstanceState.SETTING_UP"
fullName: "com.azure.resourcemanager.machinelearningservices.models.ComputeInstanceState.SETTING_UP"
name: "SETTING_UP"
nameWithType: "ComputeInstanceState.SETTING_UP"
summary: "Static value Setting<wbr>Up for Compute<wbr>Instance<wbr>State."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.models.ComputeInstanceState?alt=com.azure.resourcemanager.machinelearningservices.models.ComputeInstanceState&text=ComputeInstanceState\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final ComputeInstanceState SETTING_UP"
desc: "Static value SettingUp for ComputeInstanceState."
- uid: "com.azure.resourcemanager.machinelearningservices.models.ComputeInstanceState.SETUP_FAILED"
fullName: "com.azure.resourcemanager.machinelearningservices.models.ComputeInstanceState.SETUP_FAILED"
name: "SETUP_FAILED"
nameWithType: "ComputeInstanceState.SETUP_FAILED"
summary: "Static value Setup<wbr>Failed for Compute<wbr>Instance<wbr>State."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.models.ComputeInstanceState?alt=com.azure.resourcemanager.machinelearningservices.models.ComputeInstanceState&text=ComputeInstanceState\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final ComputeInstanceState SETUP_FAILED"
desc: "Static value SetupFailed for ComputeInstanceState."
- uid: "com.azure.resourcemanager.machinelearningservices.models.ComputeInstanceState.STARTING"
fullName: "com.azure.resourcemanager.machinelearningservices.models.ComputeInstanceState.STARTING"
name: "STARTING"
nameWithType: "ComputeInstanceState.STARTING"
summary: "Static value Starting for Compute<wbr>Instance<wbr>State."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.models.ComputeInstanceState?alt=com.azure.resourcemanager.machinelearningservices.models.ComputeInstanceState&text=ComputeInstanceState\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final ComputeInstanceState STARTING"
desc: "Static value Starting for ComputeInstanceState."
- uid: "com.azure.resourcemanager.machinelearningservices.models.ComputeInstanceState.STOPPED"
fullName: "com.azure.resourcemanager.machinelearningservices.models.ComputeInstanceState.STOPPED"
name: "STOPPED"
nameWithType: "ComputeInstanceState.STOPPED"
summary: "Static value Stopped for Compute<wbr>Instance<wbr>State."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.models.ComputeInstanceState?alt=com.azure.resourcemanager.machinelearningservices.models.ComputeInstanceState&text=ComputeInstanceState\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final ComputeInstanceState STOPPED"
desc: "Static value Stopped for ComputeInstanceState."
- uid: "com.azure.resourcemanager.machinelearningservices.models.ComputeInstanceState.STOPPING"
fullName: "com.azure.resourcemanager.machinelearningservices.models.ComputeInstanceState.STOPPING"
name: "STOPPING"
nameWithType: "ComputeInstanceState.STOPPING"
summary: "Static value Stopping for Compute<wbr>Instance<wbr>State."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.models.ComputeInstanceState?alt=com.azure.resourcemanager.machinelearningservices.models.ComputeInstanceState&text=ComputeInstanceState\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final ComputeInstanceState STOPPING"
desc: "Static value Stopping for ComputeInstanceState."
- uid: "com.azure.resourcemanager.machinelearningservices.models.ComputeInstanceState.UNKNOWN"
fullName: "com.azure.resourcemanager.machinelearningservices.models.ComputeInstanceState.UNKNOWN"
name: "UNKNOWN"
nameWithType: "ComputeInstanceState.UNKNOWN"
summary: "Static value Unknown for Compute<wbr>Instance<wbr>State."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.models.ComputeInstanceState?alt=com.azure.resourcemanager.machinelearningservices.models.ComputeInstanceState&text=ComputeInstanceState\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final ComputeInstanceState UNKNOWN"
desc: "Static value Unknown for ComputeInstanceState."
- uid: "com.azure.resourcemanager.machinelearningservices.models.ComputeInstanceState.UNUSABLE"
fullName: "com.azure.resourcemanager.machinelearningservices.models.ComputeInstanceState.UNUSABLE"
name: "UNUSABLE"
nameWithType: "ComputeInstanceState.UNUSABLE"
summary: "Static value Unusable for Compute<wbr>Instance<wbr>State."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.models.ComputeInstanceState?alt=com.azure.resourcemanager.machinelearningservices.models.ComputeInstanceState&text=ComputeInstanceState\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final ComputeInstanceState UNUSABLE"
desc: "Static value Unusable for ComputeInstanceState."
- uid: "com.azure.resourcemanager.machinelearningservices.models.ComputeInstanceState.USER_SETTING_UP"
fullName: "com.azure.resourcemanager.machinelearningservices.models.ComputeInstanceState.USER_SETTING_UP"
name: "USER_SETTING_UP"
nameWithType: "ComputeInstanceState.USER_SETTING_UP"
summary: "Static value User<wbr>Setting<wbr>Up for Compute<wbr>Instance<wbr>State."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.models.ComputeInstanceState?alt=com.azure.resourcemanager.machinelearningservices.models.ComputeInstanceState&text=ComputeInstanceState\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final ComputeInstanceState USER_SETTING_UP"
desc: "Static value UserSettingUp for ComputeInstanceState."
- uid: "com.azure.resourcemanager.machinelearningservices.models.ComputeInstanceState.USER_SETUP_FAILED"
fullName: "com.azure.resourcemanager.machinelearningservices.models.ComputeInstanceState.USER_SETUP_FAILED"
name: "USER_SETUP_FAILED"
nameWithType: "ComputeInstanceState.USER_SETUP_FAILED"
summary: "Static value User<wbr>Setup<wbr>Failed for Compute<wbr>Instance<wbr>State."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.models.ComputeInstanceState?alt=com.azure.resourcemanager.machinelearningservices.models.ComputeInstanceState&text=ComputeInstanceState\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final ComputeInstanceState USER_SETUP_FAILED"
desc: "Static value UserSetupFailed for ComputeInstanceState."
methods:
- uid: "com.azure.resourcemanager.machinelearningservices.models.ComputeInstanceState.fromString(java.lang.String)"
fullName: "com.azure.resourcemanager.machinelearningservices.models.ComputeInstanceState.fromString(String name)"
name: "fromString(String name)"
nameWithType: "ComputeInstanceState.fromString(String name)"
summary: "Creates or finds a Compute<wbr>Instance<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 ComputeInstanceState fromString(String name)"
desc: "Creates or finds a ComputeInstanceState from its string representation."
returns:
description: "the corresponding ComputeInstanceState."
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.models.ComputeInstanceState?alt=com.azure.resourcemanager.machinelearningservices.models.ComputeInstanceState&text=ComputeInstanceState\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.machinelearningservices.models.ComputeInstanceState.values()"
fullName: "com.azure.resourcemanager.machinelearningservices.models.ComputeInstanceState.values()"
name: "values()"
nameWithType: "ComputeInstanceState.values()"
modifiers:
- "static"
syntax: "public static Collection<ComputeInstanceState> values()"
returns:
description: "known ComputeInstanceState values."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/Collection.html\">Collection</a>&lt;<xref href=\"com.azure.resourcemanager.machinelearningservices.models.ComputeInstanceState?alt=com.azure.resourcemanager.machinelearningservices.models.ComputeInstanceState&text=ComputeInstanceState\" data-throw-if-not-resolved=\"False\" />&gt;"
type: "class"
desc: "Defines values for ComputeInstanceState."
metadata: {}
package: "com.azure.resourcemanager.machinelearningservices.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-machinelearningservices:1.0.0-beta.1