SqlDatabaseOperations.DefinitionStages.WithCreateMode Interface
public static interface SqlDatabaseOperations.DefinitionStages.WithCreateMode
The SQL Database definition to set the create mode for database.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract
With |
withMode(CreateMode createMode)
Sets the create mode for the SQL Database. |
Method Details
withMode
public abstract SqlDatabaseOperations.DefinitionStages.WithCreateAllOptions withMode(CreateMode createMode)
Sets the create mode for the SQL Database.
Parameters:
createMode
- create mode for the database, should not be default in this flow
Returns:
The next stage of the definition.
Applies to
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.
Azure SDK for Java