StorageAccountType Enum

  • java.lang.Object
    • java.lang.Enum<StorageAccountType>
      • com.microsoft.azure.management.batch.StorageAccountType

public enum StorageAccountType

Defines values for StorageAccountType.

Fields

PREMIUM_LRS

The data disk should use premium locally redundant storage.

STANDARD_LRS

The data disk should use standard locally redundant storage.

Methods

fromString(String value)

public static StorageAccountType fromString(String value)

Parses a serialized value to a StorageAccountType instance.

Parameters

value
String
the serialized value to parse.

Returns

the parsed StorageAccountType object, or null if unable to parse.

toString()

public String toString()

Returns

String

Applies to