Interface AttachedDatabaseConfiguration.DefinitionStages.WithCreate
-
- All Superinterfaces:
AttachedDatabaseConfiguration.DefinitionStages.WithDatabaseName
,AttachedDatabaseConfiguration.DefinitionStages.WithDefaultPrincipalsModificationKind
,AttachedDatabaseConfiguration.DefinitionStages.WithKustoPoolResourceId
,AttachedDatabaseConfiguration.DefinitionStages.WithLocation
,AttachedDatabaseConfiguration.DefinitionStages.WithTableLevelSharingProperties
- All Known Subinterfaces:
AttachedDatabaseConfiguration.Definition
- Enclosing interface:
- AttachedDatabaseConfiguration.DefinitionStages
public static interface AttachedDatabaseConfiguration.DefinitionStages.WithCreate extends AttachedDatabaseConfiguration.DefinitionStages.WithLocation, AttachedDatabaseConfiguration.DefinitionStages.WithDatabaseName, AttachedDatabaseConfiguration.DefinitionStages.WithKustoPoolResourceId, AttachedDatabaseConfiguration.DefinitionStages.WithDefaultPrincipalsModificationKind, AttachedDatabaseConfiguration.DefinitionStages.WithTableLevelSharingProperties
The stage of the AttachedDatabaseConfiguration 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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AttachedDatabaseConfiguration
create()
Executes the create request.AttachedDatabaseConfiguration
create(com.azure.core.util.Context context)
Executes the create request.-
Methods inherited from interface com.azure.resourcemanager.synapse.models.AttachedDatabaseConfiguration.DefinitionStages.WithDatabaseName
withDatabaseName
-
Methods inherited from interface com.azure.resourcemanager.synapse.models.AttachedDatabaseConfiguration.DefinitionStages.WithDefaultPrincipalsModificationKind
withDefaultPrincipalsModificationKind
-
Methods inherited from interface com.azure.resourcemanager.synapse.models.AttachedDatabaseConfiguration.DefinitionStages.WithKustoPoolResourceId
withKustoPoolResourceId
-
Methods inherited from interface com.azure.resourcemanager.synapse.models.AttachedDatabaseConfiguration.DefinitionStages.WithLocation
withRegion, withRegion
-
Methods inherited from interface com.azure.resourcemanager.synapse.models.AttachedDatabaseConfiguration.DefinitionStages.WithTableLevelSharingProperties
withTableLevelSharingProperties
-
-
-
-
Method Detail
-
create
AttachedDatabaseConfiguration create()
Executes the create request.- Returns:
- the created resource.
-
create
AttachedDatabaseConfiguration create(com.azure.core.util.Context context)
Executes the create request.- Parameters:
context
- The context to associate with this operation.- Returns:
- the created resource.
-
-