91 строка
4.0 KiB
YAML
91 строка
4.0 KiB
YAML
### YamlMime:JavaEnum
|
|
uid: "com.microsoft.azure.batch.protocol.models.OSType"
|
|
fullName: "com.microsoft.azure.batch.protocol.models.OSType"
|
|
name: "OSType"
|
|
nameWithType: "OSType"
|
|
summary: "Defines values for OSType."
|
|
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\" />"
|
|
inheritedMembers:
|
|
- "java.lang.Enum.<T>valueOf(java.lang.Class<T>,java.lang.String)"
|
|
- "java.lang.Enum.clone()"
|
|
- "java.lang.Enum.compareTo(E)"
|
|
- "java.lang.Enum.equals(java.lang.Object)"
|
|
- "java.lang.Enum.finalize()"
|
|
- "java.lang.Enum.getDeclaringClass()"
|
|
- "java.lang.Enum.hashCode()"
|
|
- "java.lang.Enum.name()"
|
|
- "java.lang.Enum.ordinal()"
|
|
- "java.lang.Enum.toString()"
|
|
- "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 enum OSType extends Enum<OSType>"
|
|
fields:
|
|
- uid: "com.microsoft.azure.batch.protocol.models.OSType.LINUX"
|
|
fullName: "com.microsoft.azure.batch.protocol.models.OSType.LINUX"
|
|
name: "LINUX"
|
|
nameWithType: "OSType.LINUX"
|
|
summary: "The Linux operating system."
|
|
desc: "The Linux operating system."
|
|
- uid: "com.microsoft.azure.batch.protocol.models.OSType.WINDOWS"
|
|
fullName: "com.microsoft.azure.batch.protocol.models.OSType.WINDOWS"
|
|
name: "WINDOWS"
|
|
nameWithType: "OSType.WINDOWS"
|
|
summary: "The Windows operating system."
|
|
desc: "The Windows operating system."
|
|
methods:
|
|
- uid: "com.microsoft.azure.batch.protocol.models.OSType.fromString(java.lang.String)"
|
|
fullName: "com.microsoft.azure.batch.protocol.models.OSType.fromString(String value)"
|
|
name: "fromString(String value)"
|
|
nameWithType: "OSType.fromString(String value)"
|
|
summary: "Parses a serialized value to a OSType 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 OSType fromString(String value)"
|
|
desc: "Parses a serialized value to a OSType instance."
|
|
returns:
|
|
description: "the parsed OSType object, or null if unable to parse."
|
|
type: "<xref href=\"com.microsoft.azure.batch.protocol.models.OSType?alt=com.microsoft.azure.batch.protocol.models.OSType&text=OSType\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.batch.protocol.models.OSType.toString()"
|
|
fullName: "com.microsoft.azure.batch.protocol.models.OSType.toString()"
|
|
name: "toString()"
|
|
nameWithType: "OSType.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.OSType.valueOf(java.lang.String)"
|
|
fullName: "com.microsoft.azure.batch.protocol.models.OSType.valueOf(String name)"
|
|
name: "valueOf(String name)"
|
|
nameWithType: "OSType.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 OSType valueOf(String name)"
|
|
returns:
|
|
type: "<xref href=\"com.microsoft.azure.batch.protocol.models.OSType?alt=com.microsoft.azure.batch.protocol.models.OSType&text=OSType\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.batch.protocol.models.OSType.values()"
|
|
fullName: "com.microsoft.azure.batch.protocol.models.OSType.values()"
|
|
name: "values()"
|
|
nameWithType: "OSType.values()"
|
|
modifiers:
|
|
- "static"
|
|
syntax: "public static OSType[] values()"
|
|
returns:
|
|
type: "<xref href=\"com.microsoft.azure.batch.protocol.models.OSType?alt=com.microsoft.azure.batch.protocol.models.OSType&text=OSType\" data-throw-if-not-resolved=\"False\" />[]"
|
|
desc: "Defines values for OSType."
|
|
metadata: {}
|
|
package: "com.microsoft.azure.batch.protocol.models"
|
|
artifact: com.microsoft.azure:azure-batch:9.0.0
|