Uses of Class
com.microsoft.azure.management.batch.AutoStorageBaseProperties
Packages that use AutoStorageBaseProperties
Package
Description
This package contains the classes for BatchManagementClient.
-
Uses of AutoStorageBaseProperties in com.microsoft.azure.management.batch
Subclasses of AutoStorageBaseProperties in com.microsoft.azure.management.batchModifier and TypeClassDescriptionclass
Contains information about the auto-storage account associated with a Batch account.Methods in com.microsoft.azure.management.batch that return AutoStorageBasePropertiesModifier and TypeMethodDescriptionBatchAccountCreateParameters.autoStorage()
Get the properties related to the auto-storage account.BatchAccountUpdateParameters.autoStorage()
Get the properties related to the auto-storage account.AutoStorageBaseProperties.withAuthenticationMode
(AutoStorageAuthenticationMode authenticationMode) Set the authentication mode which the Batch service will use to manage the auto-storage account.AutoStorageBaseProperties.withNodeIdentityReference
(ComputeNodeIdentityReference nodeIdentityReference) Set the identity referenced here must be assigned to pools which have compute nodes that need access to auto-storage.AutoStorageBaseProperties.withStorageAccountId
(String storageAccountId) Set the resource ID of the storage account to be used for auto-storage account.Methods in com.microsoft.azure.management.batch with parameters of type AutoStorageBasePropertiesModifier and TypeMethodDescriptionBatchAccountCreateParameters.withAutoStorage
(AutoStorageBaseProperties autoStorage) Set the properties related to the auto-storage account.BatchAccountUpdateParameters.withAutoStorage
(AutoStorageBaseProperties autoStorage) Set the properties related to the auto-storage account.