Uses of Interface
com.azure.resourcemanager.sql.models.SqlDatabaseOperations.DefinitionStages.WithAllDifferentOptions
-
Packages that use SqlDatabaseOperations.DefinitionStages.WithAllDifferentOptions Package Description com.azure.resourcemanager.sql.models Package containing the data models for SqlManagementClient. -
-
Uses of SqlDatabaseOperations.DefinitionStages.WithAllDifferentOptions in com.azure.resourcemanager.sql.models
Subinterfaces of SqlDatabaseOperations.DefinitionStages.WithAllDifferentOptions in com.azure.resourcemanager.sql.models Modifier and Type Interface Description static interfaceSqlDatabaseOperations.DefinitionStages.BlankThe first stage of the SQL database definition.static interfaceSqlDatabaseOperations.SqlDatabaseOperationsDefinitionContainer interface for all the definitions that need to be implemented.Methods in com.azure.resourcemanager.sql.models that return SqlDatabaseOperations.DefinitionStages.WithAllDifferentOptions Modifier and Type Method Description SqlDatabaseOperations.DefinitionStages.WithAllDifferentOptionsSqlDatabaseOperations.SqlDatabaseActionsDefinition. define(String databaseName)Begins the definition of a new SQL Database to be added to this server.SqlDatabaseOperations.DefinitionStages.WithAllDifferentOptionsSqlDatabaseOperations.DefinitionStages.WithSqlServer. withExistingSqlServer(SqlServer sqlServer)Sets the parent SQL server for the new SQL Database.SqlDatabaseOperations.DefinitionStages.WithAllDifferentOptionsSqlDatabaseOperations.DefinitionStages.WithSqlServer. withExistingSqlServer(String resourceGroupName, String sqlServerName, String location)Sets the parent SQL server name and resource group it belongs to.
-