DataAccountType Enum

  • java.lang.Object
    • java.lang.Enum
      • com.azure.resourcemanager.databox.models.DataAccountType

public enum DataAccountType
extends Enum<DataAccountType>

Type of the account.

Fields

MANAGED_DISK

Enum value ManagedDisk.

STORAGE_ACCOUNT

Enum value StorageAccount.

Methods inherited from java.lang.Enum

Methods inherited from java.lang.Object

Methods

fromString(String value)

public static DataAccountType fromString(String value)

Parses a serialized value to a DataAccountType instance.

Parameters

value
String
the serialized value to parse.

Returns

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

toString()

public String toString()

Returns

Overrides
java.lang.Enum.toString()

valueOf(String name)

public static DataAccountType valueOf(String name)

Parameters

name
String

Returns

values()

public static DataAccountType[] values()

Returns

Applies to