StorageAccountType Enum

  • java.lang.Object
    • java.lang.Enum
      • com.microsoft.azure.batch.protocol.models.StorageAccountType

public enum StorageAccountType
extends Enum<StorageAccountType>

Defines values for StorageAccountType.

Fields

PREMIUM_LRS

The data disk / OS disk should use premium locally redundant storage.

STANDARD_LRS

The data disk / OS disk should use standard locally redundant storage.

STANDARD_SSDLRS

The data disk / OS disk should use standard SSD locally redundant storage.

Methods inherited from java.lang.Enum

Methods inherited from java.lang.Object

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

Overrides
java.lang.Enum.toString()

valueOf(String name)

public static StorageAccountType valueOf(String name)

Parameters

name
String

Returns

values()

public static StorageAccountType[] values()

Returns

Applies to