| Modifier and Type | Class and Description |
|---|---|
class |
AutoStorageProperties
Contains information about the auto-storage account associated with a Batch
account.
|
| Modifier and Type | Method and Description |
|---|---|
AutoStorageBaseProperties |
BatchAccountCreateParameters.autoStorage()
Get the properties related to the auto-storage account.
|
AutoStorageBaseProperties |
BatchAccountUpdateParameters.autoStorage()
Get the properties related to the auto-storage account.
|
AutoStorageBaseProperties |
AutoStorageBaseProperties.withAuthenticationMode(AutoStorageAuthenticationMode authenticationMode)
Set the authentication mode which the Batch service will use to manage the auto-storage account.
|
AutoStorageBaseProperties |
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 |
AutoStorageBaseProperties.withStorageAccountId(String storageAccountId)
Set the resource ID of the storage account to be used for auto-storage account.
|
| Modifier and Type | Method and Description |
|---|---|
BatchAccountCreateParameters |
BatchAccountCreateParameters.withAutoStorage(AutoStorageBaseProperties autoStorage)
Set the properties related to the auto-storage account.
|
BatchAccountUpdateParameters |
BatchAccountUpdateParameters.withAutoStorage(AutoStorageBaseProperties autoStorage)
Set the properties related to the auto-storage account.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/