Uses of Class
com.microsoft.azure.management.batch.BatchAccountCreateParameters
Packages that use BatchAccountCreateParameters
Package
Description
This package contains the classes for BatchManagementClient.
-
Uses of BatchAccountCreateParameters in com.microsoft.azure.management.batch
Methods in com.microsoft.azure.management.batch that return BatchAccountCreateParametersModifier and TypeMethodDescriptionBatchAccountCreateParameters.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.withAutoStorage(AutoStorageBaseProperties autoStorage) Set the properties related to the auto-storage account.BatchAccountCreateParameters.withEncryption(EncryptionProperties encryption) Set configures how customer data is encrypted inside the Batch account.BatchAccountCreateParameters.withIdentity(BatchAccountIdentity identity) Set the identity of the Batch account.BatchAccountCreateParameters.withKeyVaultReference(KeyVaultReference keyVaultReference) Set a reference to the Azure key vault associated with the Batch account.BatchAccountCreateParameters.withLocation(String location) Set the region in which to create the account.BatchAccountCreateParameters.withPoolAllocationMode(PoolAllocationMode poolAllocationMode) Set the pool allocation mode also affects how clients may authenticate to the Batch Service API.BatchAccountCreateParameters.withPublicNetworkAccess(PublicNetworkAccessType publicNetworkAccess) Set if not specified, the default value is 'enabled'.Set the user-specified tags associated with the account.