Uses of Class
com.azure.resourcemanager.batch.models.AutoStorageBaseProperties
Packages that use 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
Methods in com.azure.resourcemanager.batch.fluent.models that return AutoStorageBasePropertiesModifier 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.Methods in com.azure.resourcemanager.batch.fluent.models with parameters of type AutoStorageBasePropertiesModifier 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
Subclasses of AutoStorageBaseProperties in com.azure.resourcemanager.batch.modelsModifier and TypeClassDescriptionfinal classContains information about the auto-storage account associated with a Batch account.Methods in com.azure.resourcemanager.batch.models that return AutoStorageBasePropertiesModifier 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.Methods in com.azure.resourcemanager.batch.models with parameters of type AutoStorageBasePropertiesModifier 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.