Uses of Class
com.microsoft.azure.management.batch.AutoStorageBaseProperties
-
-
Uses of AutoStorageBaseProperties in com.microsoft.azure.management.batch
Subclasses of AutoStorageBaseProperties in com.microsoft.azure.management.batch Modifier and Type Class Description classAutoStoragePropertiesContains information about the auto-storage account associated with a Batch account.Methods in com.microsoft.azure.management.batch that return AutoStorageBaseProperties Modifier and Type Method Description AutoStorageBasePropertiesBatchAccountCreateParameters. autoStorage()Get the autoStorage value.AutoStorageBasePropertiesBatchAccountUpdateParameters. autoStorage()Get the autoStorage value.AutoStorageBasePropertiesAutoStorageBaseProperties. withStorageAccountId(String storageAccountId)Set the storageAccountId value.Methods in com.microsoft.azure.management.batch with parameters of type AutoStorageBaseProperties Modifier and Type Method Description BatchAccountCreateParametersBatchAccountCreateParameters. withAutoStorage(AutoStorageBaseProperties autoStorage)Set the autoStorage value.BatchAccountUpdateParametersBatchAccountUpdateParameters. withAutoStorage(AutoStorageBaseProperties autoStorage)Set the autoStorage value.
-