Uses of Class
com.microsoft.azure.management.batch.StorageAccountType
-
-
Uses of StorageAccountType in com.microsoft.azure.management.batch
Methods in com.microsoft.azure.management.batch that return StorageAccountType Modifier and Type Method Description static StorageAccountTypeStorageAccountType. fromString(String value)Parses a serialized value to a StorageAccountType instance.StorageAccountTypeDataDisk. storageAccountType()Get the storageAccountType value.static StorageAccountTypeStorageAccountType. valueOf(String name)Returns the enum constant of this type with the specified name.static StorageAccountType[]StorageAccountType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.microsoft.azure.management.batch with parameters of type StorageAccountType Modifier and Type Method Description DataDiskDataDisk. withStorageAccountType(StorageAccountType storageAccountType)Set the storageAccountType value.
-