azure-docs-sdk-java/docs-ref-autogen/com.microsoft.azure.batch.p...

108 строки
8.0 KiB
YAML

### YamlMime:JavaEnum
uid: "com.microsoft.azure.batch.protocol.models.ComputeNodeReimageOption"
fullName: "com.microsoft.azure.batch.protocol.models.ComputeNodeReimageOption"
name: "ComputeNodeReimageOption"
nameWithType: "ComputeNodeReimageOption"
summary: "Defines values for Compute<wbr>Node<wbr>Reimage<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: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html\">Enum</a>"
methodsRef:
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html#valueOf-java.lang.Class-java.lang.String-\">valueOf</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html#clone--\">clone</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html#compareTo-E-\">compareTo</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html#describeConstable--\">describeConstable</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html#equals-java.lang.Object-\">equals</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html#finalize--\">finalize</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html#getDeclaringClass--\">getDeclaringClass</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html#hashCode--\">hashCode</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html#name--\">name</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html#ordinal--\">ordinal</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html#toString--\">toString</a>"
- 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#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 enum **ComputeNodeReimageOption**</br> extends <a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html\">Enum</a>&lt;<xref href=\"com.microsoft.azure.batch.protocol.models.ComputeNodeReimageOption?alt=com.microsoft.azure.batch.protocol.models.ComputeNodeReimageOption&text=ComputeNodeReimageOption\" data-throw-if-not-resolved=\"False\" />&gt;"
fields:
- uid: "com.microsoft.azure.batch.protocol.models.ComputeNodeReimageOption.REQUEUE"
fullName: "com.microsoft.azure.batch.protocol.models.ComputeNodeReimageOption.REQUEUE"
name: "REQUEUE"
nameWithType: "ComputeNodeReimageOption.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 Compute Node is available. Reimage the Compute Node as soon as Tasks have been terminated."
- uid: "com.microsoft.azure.batch.protocol.models.ComputeNodeReimageOption.RETAINED_DATA"
fullName: "com.microsoft.azure.batch.protocol.models.ComputeNodeReimageOption.RETAINED_DATA"
name: "RETAINED_DATA"
nameWithType: "ComputeNodeReimageOption.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. Reimage the Compute Node when all Task retention periods have expired."
- uid: "com.microsoft.azure.batch.protocol.models.ComputeNodeReimageOption.TASK_COMPLETION"
fullName: "com.microsoft.azure.batch.protocol.models.ComputeNodeReimageOption.TASK_COMPLETION"
name: "TASK_COMPLETION"
nameWithType: "ComputeNodeReimageOption.TASK_COMPLETION"
summary: "Allow currently running Tasks to complete."
desc: "Allow currently running Tasks to complete. Schedule no new Tasks while waiting. Reimage the Compute Node when all Tasks have completed."
- uid: "com.microsoft.azure.batch.protocol.models.ComputeNodeReimageOption.TERMINATE"
fullName: "com.microsoft.azure.batch.protocol.models.ComputeNodeReimageOption.TERMINATE"
name: "TERMINATE"
nameWithType: "ComputeNodeReimageOption.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. Reimage the Compute Node as soon as Tasks have been terminated."
methods:
- uid: "com.microsoft.azure.batch.protocol.models.ComputeNodeReimageOption.fromString(java.lang.String)"
fullName: "com.microsoft.azure.batch.protocol.models.ComputeNodeReimageOption.fromString(String value)"
name: "fromString(String value)"
nameWithType: "ComputeNodeReimageOption.fromString(String value)"
summary: "Parses a serialized value to a Compute<wbr>Node<wbr>Reimage<wbr>Option instance."
modifiers:
- "static"
parameters:
- description: "the serialized value to parse."
name: "value"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public static ComputeNodeReimageOption fromString(String value)"
desc: "Parses a serialized value to a ComputeNodeReimageOption instance."
returns:
description: "the parsed ComputeNodeReimageOption object, or null if unable to parse."
type: "<xref href=\"com.microsoft.azure.batch.protocol.models.ComputeNodeReimageOption?alt=com.microsoft.azure.batch.protocol.models.ComputeNodeReimageOption&text=ComputeNodeReimageOption\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.batch.protocol.models.ComputeNodeReimageOption.toString()"
fullName: "com.microsoft.azure.batch.protocol.models.ComputeNodeReimageOption.toString()"
name: "toString()"
nameWithType: "ComputeNodeReimageOption.toString()"
overridden: "java.lang.Enum.toString()"
syntax: "public String toString()"
returns:
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.microsoft.azure.batch.protocol.models.ComputeNodeReimageOption.valueOf(java.lang.String)"
fullName: "com.microsoft.azure.batch.protocol.models.ComputeNodeReimageOption.valueOf(String name)"
name: "valueOf(String name)"
nameWithType: "ComputeNodeReimageOption.valueOf(String name)"
modifiers:
- "static"
parameters:
- name: "name"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public static ComputeNodeReimageOption valueOf(String name)"
returns:
type: "<xref href=\"com.microsoft.azure.batch.protocol.models.ComputeNodeReimageOption?alt=com.microsoft.azure.batch.protocol.models.ComputeNodeReimageOption&text=ComputeNodeReimageOption\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.batch.protocol.models.ComputeNodeReimageOption.values()"
fullName: "com.microsoft.azure.batch.protocol.models.ComputeNodeReimageOption.values()"
name: "values()"
nameWithType: "ComputeNodeReimageOption.values()"
modifiers:
- "static"
syntax: "public static ComputeNodeReimageOption[] values()"
returns:
type: "<xref href=\"com.microsoft.azure.batch.protocol.models.ComputeNodeReimageOption?alt=com.microsoft.azure.batch.protocol.models.ComputeNodeReimageOption&text=ComputeNodeReimageOption\" data-throw-if-not-resolved=\"False\" />[]"
desc: "Defines values for ComputeNodeReimageOption."
metadata: {}
package: "com.microsoft.azure.batch.protocol.models"
artifact: com.microsoft.azure:azure-batch:11.2.0