Uses of Class
com.azure.resourcemanager.batch.models.BatchAccountCreateParameters
Packages that use BatchAccountCreateParameters
Package
Description
Package containing the service clients for BatchManagementClient.
Package containing the data models for BatchManagementClient.
-
Uses of BatchAccountCreateParameters in com.azure.resourcemanager.batch.fluent
Methods in com.azure.resourcemanager.batch.fluent with parameters of type BatchAccountCreateParametersModifier and TypeMethodDescriptioncom.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<BatchAccountInner>,BatchAccountInner> BatchAccountsClient.beginCreate(String resourceGroupName, String accountName, BatchAccountCreateParameters parameters) Creates a new Batch account with the specified parameters.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<BatchAccountInner>,BatchAccountInner> BatchAccountsClient.beginCreate(String resourceGroupName, String accountName, BatchAccountCreateParameters parameters, com.azure.core.util.Context context) Creates a new Batch account with the specified parameters.BatchAccountsClient.create(String resourceGroupName, String accountName, BatchAccountCreateParameters parameters) Creates a new Batch account with the specified parameters.BatchAccountsClient.create(String resourceGroupName, String accountName, BatchAccountCreateParameters parameters, com.azure.core.util.Context context) Creates a new Batch account with the specified parameters. -
Uses of BatchAccountCreateParameters in com.azure.resourcemanager.batch.models
Methods in com.azure.resourcemanager.batch.models that return BatchAccountCreateParametersModifier and TypeMethodDescriptionBatchAccountCreateParameters.withAllowedAuthenticationModes(List<AuthenticationMode> allowedAuthenticationModes) Set the allowedAuthenticationModes property: 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 autoStorage property: The properties related to the auto-storage account.BatchAccountCreateParameters.withEncryption(EncryptionProperties encryption) Set the encryption property: Configures how customer data is encrypted inside the Batch account.BatchAccountCreateParameters.withIdentity(BatchAccountIdentity identity) Set the identity property: The identity of the Batch account.BatchAccountCreateParameters.withKeyVaultReference(KeyVaultReference keyVaultReference) Set the keyVaultReference property: A reference to the Azure key vault associated with the Batch account.BatchAccountCreateParameters.withLocation(String location) Set the location property: The region in which to create the account.BatchAccountCreateParameters.withNetworkProfile(NetworkProfile networkProfile) Set the networkProfile property: The network profile only takes effect when publicNetworkAccess is enabled.BatchAccountCreateParameters.withPoolAllocationMode(PoolAllocationMode poolAllocationMode) Set the poolAllocationMode property: The pool allocation mode also affects how clients may authenticate to the Batch Service API.BatchAccountCreateParameters.withPublicNetworkAccess(PublicNetworkAccessType publicNetworkAccess) Set the publicNetworkAccess property: If not specified, the default value is 'enabled'.Set the tags property: The user-specified tags associated with the account.