Uses of Enum
com.azure.resourcemanager.batch.models.StorageAccountType
Packages that use StorageAccountType
Package
Description
Package containing the data models for BatchManagementClient.
-
Uses of StorageAccountType in com.azure.resourcemanager.batch.models
Methods in com.azure.resourcemanager.batch.models that return StorageAccountTypeModifier and TypeMethodDescriptionstatic StorageAccountTypeStorageAccountType.fromString(String value) Parses a serialized value to a StorageAccountType instance.DataDisk.storageAccountType()Get the storageAccountType property: The storage account type for use in creating data disks or OS disk.ManagedDisk.storageAccountType()Get the storageAccountType property: The storage account type for use in creating data disks or OS disk.static StorageAccountTypeReturns 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.azure.resourcemanager.batch.models with parameters of type StorageAccountTypeModifier and TypeMethodDescriptionDataDisk.withStorageAccountType(StorageAccountType storageAccountType) Set the storageAccountType property: The storage account type for use in creating data disks or OS disk.ManagedDisk.withStorageAccountType(StorageAccountType storageAccountType) Set the storageAccountType property: The storage account type for use in creating data disks or OS disk.