Uses of Class
com.azure.resourcemanager.batch.models.AutoStorageBaseProperties
Package
Description
Package containing the inner data models for BatchManagementClient.
Package containing the data models for BatchManagementClient.
-
Uses of AutoStorageBaseProperties in com.azure.resourcemanager.batch.fluent.models
Modifier and TypeMethodDescriptionBatchAccountCreateProperties.autoStorage()
Get the autoStorage property: The properties related to the auto-storage account.BatchAccountUpdateProperties.autoStorage()
Get the autoStorage property: The properties related to the auto-storage account.Modifier and TypeMethodDescriptionBatchAccountCreateProperties.withAutoStorage
(AutoStorageBaseProperties autoStorage) Set the autoStorage property: The properties related to the auto-storage account.BatchAccountUpdateProperties.withAutoStorage
(AutoStorageBaseProperties autoStorage) Set the autoStorage property: The properties related to the auto-storage account. -
Uses of AutoStorageBaseProperties in com.azure.resourcemanager.batch.models
Modifier and TypeClassDescriptionfinal class
Contains information about the auto-storage account associated with a Batch account.Modifier and TypeMethodDescriptionBatchAccountCreateParameters.autoStorage()
Get the autoStorage property: The properties related to the auto-storage account.BatchAccountUpdateParameters.autoStorage()
Get the autoStorage property: The properties related to the auto-storage account.AutoStorageBaseProperties.withAuthenticationMode
(AutoStorageAuthenticationMode authenticationMode) Set the authenticationMode property: The authentication mode which the Batch service will use to manage the auto-storage account.AutoStorageBaseProperties.withNodeIdentityReference
(ComputeNodeIdentityReference nodeIdentityReference) Set the nodeIdentityReference property: 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 storageAccountId property: The resource ID of the storage account to be used for auto-storage account.Modifier and TypeMethodDescriptionBatchAccount.DefinitionStages.WithAutoStorage.withAutoStorage
(AutoStorageBaseProperties autoStorage) Specifies the autoStorage property: The properties related to the auto-storage account..BatchAccount.UpdateStages.WithAutoStorage.withAutoStorage
(AutoStorageBaseProperties autoStorage) Specifies the autoStorage property: The properties related to the auto-storage account..BatchAccountCreateParameters.withAutoStorage
(AutoStorageBaseProperties autoStorage) Set the autoStorage property: The properties related to the auto-storage account.BatchAccountUpdateParameters.withAutoStorage
(AutoStorageBaseProperties autoStorage) Set the autoStorage property: The properties related to the auto-storage account.