| Modifier and Type | Method and Description |
|---|---|
BatchAccountCreateParameters |
BatchAccountCreateParameters.withAllowedAuthenticationModes(List<AuthenticationMode> allowedAuthenticationModes)
Set list of allowed authentication modes for the Batch account that can be used to authenticate with the data plane.
|
BatchAccountCreateParameters |
BatchAccountCreateParameters.withAutoStorage(AutoStorageBaseProperties autoStorage)
Set the properties related to the auto-storage account.
|
BatchAccountCreateParameters |
BatchAccountCreateParameters.withEncryption(EncryptionProperties encryption)
Set configures how customer data is encrypted inside the Batch account.
|
BatchAccountCreateParameters |
BatchAccountCreateParameters.withIdentity(BatchAccountIdentity identity)
Set the identity of the Batch 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.withPublicNetworkAccess(PublicNetworkAccessType publicNetworkAccess)
Set if not specified, the default value is 'enabled'.
|
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.
*/