Uses of Interface
com.azure.resourcemanager.sql.models.SqlDatabase.DefinitionStages.WithCreateMode
-
Packages that use SqlDatabase.DefinitionStages.WithCreateMode Package Description com.azure.resourcemanager.sql.models Package containing the data models for SqlManagementClient. -
-
Uses of SqlDatabase.DefinitionStages.WithCreateMode in com.azure.resourcemanager.sql.models
Subinterfaces of SqlDatabase.DefinitionStages.WithCreateMode in com.azure.resourcemanager.sql.models Modifier and Type Interface Description static interfaceSqlDatabase.SqlDatabaseDefinition<ParentT>Container interface for all the definitions that need to be implemented.Methods in com.azure.resourcemanager.sql.models that return SqlDatabase.DefinitionStages.WithCreateMode Modifier and Type Method Description SqlDatabase.DefinitionStages.WithCreateMode<ParentT>SqlDatabase.DefinitionStages.WithSourceDatabaseId. withSourceDatabase(SqlDatabase sourceDatabase)Sets the resource if of source database for the SQL Database.SqlDatabase.DefinitionStages.WithCreateMode<ParentT>SqlDatabase.DefinitionStages.WithSourceDatabaseId. withSourceDatabase(String sourceDatabaseId)Sets the resource if of source database for the SQL Database.
-