Uses of Class
com.microsoft.azure.management.batch.AutoStorageBaseProperties
Package
Description
This package contains the classes for BatchManagementClient.
-
Uses of AutoStorageBaseProperties in com.microsoft.azure.management.batch
Modifier and TypeClassDescriptionclass
Contains information about the auto-storage account associated with a Batch account.Modifier 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.Modifier 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.