Uses of Class
com.azure.resourcemanager.batch.fluent.models.BatchAccountCreateProperties
Package
Description
Package containing the inner data models for BatchManagementClient.
-
Uses of BatchAccountCreateProperties in com.azure.resourcemanager.batch.fluent.models
Modifier and TypeMethodDescriptionBatchAccountCreateProperties.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.BatchAccountCreateProperties.withAutoStorage
(AutoStorageBaseProperties autoStorage) Set the autoStorage property: The properties related to the auto-storage account.BatchAccountCreateProperties.withEncryption
(EncryptionProperties encryption) Set the encryption property: Configures how customer data is encrypted inside the Batch account.BatchAccountCreateProperties.withKeyVaultReference
(KeyVaultReference keyVaultReference) Set the keyVaultReference property: A reference to the Azure key vault associated with the Batch account.BatchAccountCreateProperties.withNetworkProfile
(NetworkProfile networkProfile) Set the networkProfile property: The network profile only takes effect when publicNetworkAccess is enabled.BatchAccountCreateProperties.withPoolAllocationMode
(PoolAllocationMode poolAllocationMode) Set the poolAllocationMode property: The pool allocation mode also affects how clients may authenticate to the Batch Service API.BatchAccountCreateProperties.withPublicNetworkAccess
(PublicNetworkAccessType publicNetworkAccess) Set the publicNetworkAccess property: If not specified, the default value is 'enabled'.