Uses of Interface
com.azure.resourcemanager.batch.models.BatchAccount.DefinitionStages.WithCreate
Packages that use BatchAccount.DefinitionStages.WithCreate
Package
Description
Package containing the data models for BatchManagementClient.
-
Uses of BatchAccount.DefinitionStages.WithCreate in com.azure.resourcemanager.batch.models
Subinterfaces of BatchAccount.DefinitionStages.WithCreate in com.azure.resourcemanager.batch.modelsModifier and TypeInterfaceDescriptionstatic interfaceThe entirety of the BatchAccount definition.Methods in com.azure.resourcemanager.batch.models that return BatchAccount.DefinitionStages.WithCreateModifier and TypeMethodDescriptionBatchAccount.DefinitionStages.WithAllowedAuthenticationModes.withAllowedAuthenticationModes(List<AuthenticationMode> allowedAuthenticationModes) Specifies the allowedAuthenticationModes property: List of allowed authentication modes for the Batch account that can be used to authenticate with the data plane.BatchAccount.DefinitionStages.WithAutoStorage.withAutoStorage(AutoStorageBaseProperties autoStorage) Specifies the autoStorage property: The properties related to the auto-storage account..BatchAccount.DefinitionStages.WithEncryption.withEncryption(EncryptionProperties encryption) Specifies the encryption property: Configures how customer data is encrypted inside the Batch account.BatchAccount.DefinitionStages.WithResourceGroup.withExistingResourceGroup(String resourceGroupName) Specifies resourceGroupName.BatchAccount.DefinitionStages.WithIdentity.withIdentity(BatchAccountIdentity identity) Specifies the identity property: The identity of the Batch account..BatchAccount.DefinitionStages.WithKeyVaultReference.withKeyVaultReference(KeyVaultReference keyVaultReference) Specifies the keyVaultReference property: A reference to the Azure key vault associated with the Batch account..BatchAccount.DefinitionStages.WithNetworkProfile.withNetworkProfile(NetworkProfile networkProfile) Specifies the networkProfile property: The network profile only takes effect when publicNetworkAccess is enabled..BatchAccount.DefinitionStages.WithPoolAllocationMode.withPoolAllocationMode(PoolAllocationMode poolAllocationMode) Specifies the poolAllocationMode property: The pool allocation mode also affects how clients may authenticate to the Batch Service API.BatchAccount.DefinitionStages.WithPublicNetworkAccess.withPublicNetworkAccess(PublicNetworkAccessType publicNetworkAccess) Specifies the publicNetworkAccess property: If not specified, the default value is 'enabled'..Specifies the tags property: The user-specified tags associated with the account..