| Modifier and Type | Method and Description |
|---|---|
BatchAccountCreateParameters |
BatchAccountCreateParameters.withAutoStorage(AutoStorageBaseProperties autoStorage)
Set the properties related to the auto-storage account.
|
BatchAccountCreateParameters |
BatchAccountCreateParameters.withKeyVaultReference(KeyVaultReference keyVaultReference)
Set a reference to the Azure key vault associated with the Batch account.
|
BatchAccountCreateParameters |
BatchAccountCreateParameters.withLocation(String location)
Set the region in which to create the account.
|
BatchAccountCreateParameters |
BatchAccountCreateParameters.withPoolAllocationMode(PoolAllocationMode poolAllocationMode)
Set the pool allocation mode also affects how clients may authenticate to the Batch Service API.
|
BatchAccountCreateParameters |
BatchAccountCreateParameters.withTags(Map<String,String> tags)
Set the user-specified tags associated with the account.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/