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

107 строки
8.4 KiB
YAML

### YamlMime:JavaEnum
uid: "com.microsoft.azure.management.batch.ComputeNodeDeallocationOption"
fullName: "com.microsoft.azure.management.batch.ComputeNodeDeallocationOption"
name: "ComputeNodeDeallocationOption"
nameWithType: "ComputeNodeDeallocationOption"
summary: "Defines values for Compute<wbr>Node<wbr>Deallocation<wbr>Option."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Enum?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "<xref href=\"java.lang.Enum?alt=java.lang.Enum&text=Enum\" data-throw-if-not-resolved=\"False\" />"
methodsRef:
- "<xref href=\"java.lang.Enum.<T>valueOf(java.lang.Class<T>,java.lang.String)?alt=java.lang.Enum.<T>valueOf&text=<T>valueOf\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Enum.clone()?alt=java.lang.Enum.clone&text=clone\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Enum.compareTo(E)?alt=java.lang.Enum.compareTo&text=compareTo\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Enum.equals(java.lang.Object)?alt=java.lang.Enum.equals&text=equals\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Enum.finalize()?alt=java.lang.Enum.finalize&text=finalize\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Enum.getDeclaringClass()?alt=java.lang.Enum.getDeclaringClass&text=getDeclaringClass\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Enum.hashCode()?alt=java.lang.Enum.hashCode&text=hashCode\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Enum.name()?alt=java.lang.Enum.name&text=name\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Enum.ordinal()?alt=java.lang.Enum.ordinal&text=ordinal\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Enum.toString()?alt=java.lang.Enum.toString&text=toString\" 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.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 enum **ComputeNodeDeallocationOption**</br> extends <xref href=\"java.lang.Enum?alt=java.lang.Enum&text=Enum\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.batch.ComputeNodeDeallocationOption?alt=com.microsoft.azure.management.batch.ComputeNodeDeallocationOption&text=ComputeNodeDeallocationOption\" data-throw-if-not-resolved=\"False\" />&gt;"
fields:
- uid: "com.microsoft.azure.management.batch.ComputeNodeDeallocationOption.REQUEUE"
fullName: "com.microsoft.azure.management.batch.ComputeNodeDeallocationOption.REQUEUE"
name: "REQUEUE"
nameWithType: "ComputeNodeDeallocationOption.REQUEUE"
summary: "Terminate running task processes and requeue the tasks."
desc: "Terminate running task processes and requeue the tasks. The tasks will run again when a node is available. Remove nodes as soon as tasks have been terminated."
- uid: "com.microsoft.azure.management.batch.ComputeNodeDeallocationOption.RETAINED_DATA"
fullName: "com.microsoft.azure.management.batch.ComputeNodeDeallocationOption.RETAINED_DATA"
name: "RETAINED_DATA"
nameWithType: "ComputeNodeDeallocationOption.RETAINED_DATA"
summary: "Allow currently running tasks to complete, then wait for all task data retention periods to expire."
desc: "Allow currently running tasks to complete, then wait for all task data retention periods to expire. Schedule no new tasks while waiting. Remove nodes when all task retention periods have expired."
- uid: "com.microsoft.azure.management.batch.ComputeNodeDeallocationOption.TASK_COMPLETION"
fullName: "com.microsoft.azure.management.batch.ComputeNodeDeallocationOption.TASK_COMPLETION"
name: "TASK_COMPLETION"
nameWithType: "ComputeNodeDeallocationOption.TASK_COMPLETION"
summary: "Allow currently running tasks to complete."
desc: "Allow currently running tasks to complete. Schedule no new tasks while waiting. Remove nodes when all tasks have completed."
- uid: "com.microsoft.azure.management.batch.ComputeNodeDeallocationOption.TERMINATE"
fullName: "com.microsoft.azure.management.batch.ComputeNodeDeallocationOption.TERMINATE"
name: "TERMINATE"
nameWithType: "ComputeNodeDeallocationOption.TERMINATE"
summary: "Terminate running tasks."
desc: "Terminate running tasks. The tasks will be completed with failureInfo indicating that they were terminated, and will not run again. Remove nodes as soon as tasks have been terminated."
methods:
- uid: "com.microsoft.azure.management.batch.ComputeNodeDeallocationOption.fromString(java.lang.String)"
fullName: "com.microsoft.azure.management.batch.ComputeNodeDeallocationOption.fromString(String value)"
name: "fromString(String value)"
nameWithType: "ComputeNodeDeallocationOption.fromString(String value)"
summary: "Parses a serialized value to a Compute<wbr>Node<wbr>Deallocation<wbr>Option instance."
modifiers:
- "static"
parameters:
- description: "the serialized value to parse."
name: "value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static ComputeNodeDeallocationOption fromString(String value)"
desc: "Parses a serialized value to a ComputeNodeDeallocationOption instance."
returns:
description: "the parsed ComputeNodeDeallocationOption object, or null if unable to parse."
type: "<xref href=\"com.microsoft.azure.management.batch.ComputeNodeDeallocationOption?alt=com.microsoft.azure.management.batch.ComputeNodeDeallocationOption&text=ComputeNodeDeallocationOption\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.batch.ComputeNodeDeallocationOption.toString()"
fullName: "com.microsoft.azure.management.batch.ComputeNodeDeallocationOption.toString()"
name: "toString()"
nameWithType: "ComputeNodeDeallocationOption.toString()"
overridden: "java.lang.Enum.toString()"
syntax: "public String toString()"
returns:
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.batch.ComputeNodeDeallocationOption.valueOf(java.lang.String)"
fullName: "com.microsoft.azure.management.batch.ComputeNodeDeallocationOption.valueOf(String name)"
name: "valueOf(String name)"
nameWithType: "ComputeNodeDeallocationOption.valueOf(String name)"
modifiers:
- "static"
parameters:
- name: "name"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static ComputeNodeDeallocationOption valueOf(String name)"
returns:
type: "<xref href=\"com.microsoft.azure.management.batch.ComputeNodeDeallocationOption?alt=com.microsoft.azure.management.batch.ComputeNodeDeallocationOption&text=ComputeNodeDeallocationOption\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.batch.ComputeNodeDeallocationOption.values()"
fullName: "com.microsoft.azure.management.batch.ComputeNodeDeallocationOption.values()"
name: "values()"
nameWithType: "ComputeNodeDeallocationOption.values()"
modifiers:
- "static"
syntax: "public static ComputeNodeDeallocationOption[] values()"
returns:
type: "<xref href=\"com.microsoft.azure.management.batch.ComputeNodeDeallocationOption?alt=com.microsoft.azure.management.batch.ComputeNodeDeallocationOption&text=ComputeNodeDeallocationOption\" data-throw-if-not-resolved=\"False\" />[]"
desc: "Defines values for ComputeNodeDeallocationOption."
metadata: {}
package: "com.microsoft.azure.management.batch"
artifact: com.microsoft.azure:azure-mgmt-batch:1.41.4