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

48 строки
2.0 KiB
YAML

### YamlMime:JavaEnum
fields:
- fullName: com.microsoft.azure.batch.protocol.models.OSType.LINUX
name: LINUX
nameWithType: OSType.LINUX
summary: <p>The Linux operating system. </p>
uid: com.microsoft.azure.batch.protocol.models.OSType.LINUX
- fullName: com.microsoft.azure.batch.protocol.models.OSType.WINDOWS
name: WINDOWS
nameWithType: OSType.WINDOWS
summary: <p>The Windows operating system. </p>
uid: com.microsoft.azure.batch.protocol.models.OSType.WINDOWS
inheritances:
- <xref href="java.lang.Object" data-throw-if-not-resolved="False"/>
- <xref href="java.lang.Enum&lt;OSType&gt;" data-throw-if-not-resolved="False"/>
methods:
- fullName: com.microsoft.azure.batch.protocol.models.OSType.fromString(String value)
name: fromString(String value)
nameWithType: OSType.fromString(String value)
parameters:
- description: <p>the serialized value to parse. </p>
name: value
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
returns:
description: <p>the parsed OSType object, or null if unable to parse. </p>
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"/>
summary: >-
<p>Parses a serialized value to a OSType instance.</p>
<p></p>
syntax: public static OSType fromString(String value)
uid: com.microsoft.azure.batch.protocol.models.OSType.fromString(String)
- fullName: com.microsoft.azure.batch.protocol.models.OSType.toString()
name: toString()
nameWithType: OSType.toString()
returns:
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
syntax: public String toString()
uid: com.microsoft.azure.batch.protocol.models.OSType.toString()
nameWithType: OSType
syntax: public enum OSType
uid: com.microsoft.azure.batch.protocol.models.OSType
fullName: com.microsoft.azure.batch.protocol.models.OSType
name: OSType
package: com.microsoft.azure.batch.protocol.models
summary: <p>Defines values for OSType. </p>
metadata: {}