Uses of Class
com.azure.resourcemanager.batch.models.AutoStorageProperties
Package
Description
Package containing the inner data models for BatchManagementClient.
Package containing the data models for BatchManagementClient.
-
Uses of AutoStorageProperties in com.azure.resourcemanager.batch.fluent.models
Modifier and TypeMethodDescriptionBatchAccountInner.autoStorage()
Get the autoStorage property: Contains information about the auto-storage account associated with a Batch account.BatchAccountProperties.autoStorage()
Get the autoStorage property: Contains information about the auto-storage account associated with a Batch account. -
Uses of AutoStorageProperties in com.azure.resourcemanager.batch.models
Modifier and TypeMethodDescriptionBatchAccount.autoStorage()
Gets the autoStorage property: Contains information about the auto-storage account associated with a Batch account.AutoStorageProperties.withAuthenticationMode
(AutoStorageAuthenticationMode authenticationMode) Set the authenticationMode property: The authentication mode which the Batch service will use to manage the auto-storage account.AutoStorageProperties.withLastKeySync
(OffsetDateTime lastKeySync) Set the lastKeySync property: The UTC time at which storage keys were last synchronized with the Batch account.AutoStorageProperties.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.AutoStorageProperties.withStorageAccountId
(String storageAccountId) Set the storageAccountId property: The resource ID of the storage account to be used for auto-storage account.