| 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 |
BatchAccountUpdateParameters.autoStorage()
Get the autoStorage value.
|
AutoStorageBaseProperties |
BatchAccountCreateParameters.autoStorage()
Get the autoStorage value.
|
AutoStorageBaseProperties |
AutoStorageBaseProperties.withStorageAccountId(String storageAccountId)
Set the storageAccountId value.
|
| Modifier and Type | Method and Description |
|---|---|
BatchAccountUpdateParameters |
BatchAccountUpdateParameters.withAutoStorage(AutoStorageBaseProperties autoStorage)
Set the autoStorage value.
|
BatchAccountCreateParameters |
BatchAccountCreateParameters.withAutoStorage(AutoStorageBaseProperties autoStorage)
Set the autoStorage value.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/