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

48 строки
2.4 KiB
YAML

### YamlMime:JavaEnum
fields:
- fullName: com.microsoft.azure.batch.protocol.models.StorageAccountType.PREMIUM_LRS
name: PREMIUM_LRS
nameWithType: StorageAccountType.PREMIUM_LRS
summary: <p>The data disk should use premium locally redundant storage. </p>
uid: com.microsoft.azure.batch.protocol.models.StorageAccountType.PREMIUM_LRS
- fullName: com.microsoft.azure.batch.protocol.models.StorageAccountType.STANDARD_LRS
name: STANDARD_LRS
nameWithType: StorageAccountType.STANDARD_LRS
summary: <p>The data disk should use standard locally redundant storage. </p>
uid: com.microsoft.azure.batch.protocol.models.StorageAccountType.STANDARD_LRS
inheritances:
- <xref href="java.lang.Object" data-throw-if-not-resolved="False"/>
- <xref href="java.lang.Enum&lt;StorageAccountType&gt;" data-throw-if-not-resolved="False"/>
methods:
- fullName: com.microsoft.azure.batch.protocol.models.StorageAccountType.fromString(String value)
name: fromString(String value)
nameWithType: StorageAccountType.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 StorageAccountType object, or null if unable to parse. </p>
type: <xref href="com.microsoft.azure.batch.protocol.models.StorageAccountType?alt=com.microsoft.azure.batch.protocol.models.StorageAccountType&text=StorageAccountType" data-throw-if-not-resolved="False"/>
summary: >-
<p>Parses a serialized value to a StorageAccountType instance.</p>
<p></p>
syntax: public static StorageAccountType fromString(String value)
uid: com.microsoft.azure.batch.protocol.models.StorageAccountType.fromString(String)
- fullName: com.microsoft.azure.batch.protocol.models.StorageAccountType.toString()
name: toString()
nameWithType: StorageAccountType.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.StorageAccountType.toString()
nameWithType: StorageAccountType
syntax: public enum StorageAccountType
uid: com.microsoft.azure.batch.protocol.models.StorageAccountType
fullName: com.microsoft.azure.batch.protocol.models.StorageAccountType
name: StorageAccountType
package: com.microsoft.azure.batch.protocol.models
summary: <p>Defines values for StorageAccountType. </p>
metadata: {}