Interface BatchAccount.DefinitionStages.WithCreate
- All Superinterfaces:
BatchAccount.DefinitionStages.WithAllowedAuthenticationModes,BatchAccount.DefinitionStages.WithAutoStorage,BatchAccount.DefinitionStages.WithEncryption,BatchAccount.DefinitionStages.WithIdentity,BatchAccount.DefinitionStages.WithKeyVaultReference,BatchAccount.DefinitionStages.WithNetworkProfile,BatchAccount.DefinitionStages.WithPoolAllocationMode,BatchAccount.DefinitionStages.WithPublicNetworkAccess,BatchAccount.DefinitionStages.WithTags
- All Known Subinterfaces:
BatchAccount.Definition
- Enclosing interface:
- BatchAccount.DefinitionStages
public static interface BatchAccount.DefinitionStages.WithCreate
extends BatchAccount.DefinitionStages.WithTags, BatchAccount.DefinitionStages.WithIdentity, BatchAccount.DefinitionStages.WithAutoStorage, BatchAccount.DefinitionStages.WithPoolAllocationMode, BatchAccount.DefinitionStages.WithKeyVaultReference, BatchAccount.DefinitionStages.WithPublicNetworkAccess, BatchAccount.DefinitionStages.WithNetworkProfile, BatchAccount.DefinitionStages.WithEncryption, BatchAccount.DefinitionStages.WithAllowedAuthenticationModes
The stage of the BatchAccount definition which contains all the minimum required properties for the resource
to be created, but also allows for any other optional properties to be specified.
-
Method Summary
Methods inherited from interface com.azure.resourcemanager.batch.models.BatchAccount.DefinitionStages.WithAllowedAuthenticationModes
withAllowedAuthenticationModesMethods inherited from interface com.azure.resourcemanager.batch.models.BatchAccount.DefinitionStages.WithAutoStorage
withAutoStorageMethods inherited from interface com.azure.resourcemanager.batch.models.BatchAccount.DefinitionStages.WithEncryption
withEncryptionMethods inherited from interface com.azure.resourcemanager.batch.models.BatchAccount.DefinitionStages.WithIdentity
withIdentityMethods inherited from interface com.azure.resourcemanager.batch.models.BatchAccount.DefinitionStages.WithKeyVaultReference
withKeyVaultReferenceMethods inherited from interface com.azure.resourcemanager.batch.models.BatchAccount.DefinitionStages.WithNetworkProfile
withNetworkProfileMethods inherited from interface com.azure.resourcemanager.batch.models.BatchAccount.DefinitionStages.WithPoolAllocationMode
withPoolAllocationModeMethods inherited from interface com.azure.resourcemanager.batch.models.BatchAccount.DefinitionStages.WithPublicNetworkAccess
withPublicNetworkAccessMethods inherited from interface com.azure.resourcemanager.batch.models.BatchAccount.DefinitionStages.WithTags
withTags
-
Method Details
-
create
BatchAccount create()Executes the create request.- Returns:
- the created resource.
-
create
Executes the create request.- Parameters:
context- The context to associate with this operation.- Returns:
- the created resource.
-