public interface SqlDatabases extends com.microsoft.azure.management.resources.fluentcore.collection.SupportsCreating<SqlDatabase.DefinitionStages.Blank>, com.microsoft.azure.management.resources.fluentcore.collection.SupportsDeletingById, com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsGettingById<SqlDatabase>, com.microsoft.azure.management.resources.fluentcore.collection.SupportsBatchCreation<SqlDatabase>, com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsDeletingByParent, com.microsoft.azure.management.resources.fluentcore.arm.models.HasManager<com.microsoft.azure.management.sql.implementation.SqlServerManager>, com.microsoft.azure.management.resources.fluentcore.model.HasInner<com.microsoft.azure.management.sql.implementation.DatabasesInner>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
SqlDatabases.SqlDatabaseCreatable
Entry point to SQL FirewallRule management API, which already have the SQLServer specified.
|
| Modifier and Type | Method and Description |
|---|---|
SqlDatabase |
getBySqlServer(SqlServer sqlServer,
String name)
Gets the SQLDatabase based on the SQLServer instance and SQLDatabase name.
|
SqlDatabase |
getBySqlServer(String resourceGroup,
String sqlServerName,
String name)
Gets the SQLDatabase based on the resource group name, SQLServer name and SQLDatabase name.
|
List<SqlDatabase> |
listBySqlServer(SqlServer sqlServer)
Gets the SQLDatabase based on the SQLServer.
|
List<SqlDatabase> |
listBySqlServer(String resourceGroupName,
String sqlServerName)
Lists resources of the specified type in the specified resource group and SQLServer.
|
definedeleteById, deleteByIdAsync, deleteByIdAsyncgetById, getByIdAsync, getByIdAsynccreate, create, createAsync, createAsync, createAsync, createAsyncdeleteByParent, deleteByParentAsync, deleteByParentAsyncSqlDatabase getBySqlServer(String resourceGroup, String sqlServerName, String name)
resourceGroup - the name of resource group.sqlServerName - the name of SQLServer.name - the name of SQLDatabase.SqlDatabase getBySqlServer(SqlServer sqlServer, String name)
sqlServer - the instance of SQLServer.name - the name of SQLDatabaseList<SqlDatabase> listBySqlServer(String resourceGroupName, String sqlServerName)
resourceGroupName - the name of the resource group to list the resources fromsqlServerName - the name of SQLServerList<SqlDatabase> listBySqlServer(SqlServer sqlServer)
sqlServer - the instance of SQLServer/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/