T
- the FluentT interface of the SQL server child resource@Beta(value=V1_7_0)
public interface SqlChildrenOperations<T>
Modifier and Type | Interface and Description |
---|---|
static interface |
SqlChildrenOperations.SqlChildrenActionsDefinition<T>
Base interface for Azure SQL Server child resource actions.
|
Modifier and Type | Method and Description |
---|---|
void |
deleteById(String id)
Deletes a child resource from Azure SQL server, identifying it by its resource ID.
|
rx.Completable |
deleteByIdAsync(String id)
Asynchronously delete a child resource from Azure SQL server, identifying it by its resource ID.
|
void |
deleteBySqlServer(String resourceGroupName,
String sqlServerName,
String name)
Deletes a child resource from Azure SQL server, identifying it by its name and its resource group.
|
rx.Completable |
deleteBySqlServerAsync(String resourceGroupName,
String sqlServerName,
String name)
Asynchronously delete a child resource from Azure SQL server, identifying it by its name and its resource group.
|
T |
getById(String id)
Gets the information about a child resource from Azure SQL server using the resource ID.
|
rx.Observable<T> |
getByIdAsync(String id)
Asynchronously gets the information about a child resource from Azure SQL server using the resource ID.
|
T |
getBySqlServer(SqlServer sqlServer,
String name)
Gets the information about a child resource from Azure SQL server, identifying it by its name and its resource group.
|
T |
getBySqlServer(String resourceGroupName,
String sqlServerName,
String name)
Gets the information about a child resource from Azure SQL server, identifying it by its name and its resource group.
|
rx.Observable<T> |
getBySqlServerAsync(SqlServer sqlServer,
String name)
Asynchronously gets the information about a child resource from Azure SQL server, identifying it by its name and its resource group.
|
rx.Observable<T> |
getBySqlServerAsync(String resourceGroupName,
String sqlServerName,
String name)
Asynchronously gets the information about a child resource from Azure SQL server, identifying it by its name and its resource group.
|
List<T> |
listBySqlServer(SqlServer sqlServer)
Lists Azure SQL child resources of the specified Azure SQL server in the specified resource group.
|
List<T> |
listBySqlServer(String resourceGroupName,
String sqlServerName)
Lists Azure SQL child resources of the specified Azure SQL server in the specified resource group.
|
rx.Observable<T> |
listBySqlServerAsync(SqlServer sqlServer)
Asynchronously lists Azure SQL child resources of the specified Azure SQL server in the specified resource group.
|
rx.Observable<T> |
listBySqlServerAsync(String resourceGroupName,
String sqlServerName)
Asynchronously lists Azure SQL child resources of the specified Azure SQL server in the specified resource group.
|
T getBySqlServer(String resourceGroupName, String sqlServerName, String name)
resourceGroupName
- the name of resource groupsqlServerName
- the name of SQL server parent resourcename
- the name of the child resourcerx.Observable<T> getBySqlServerAsync(String resourceGroupName, String sqlServerName, String name)
resourceGroupName
- the name of resource groupsqlServerName
- the name of SQL server parent resourcename
- the name of the child resourceT getBySqlServer(SqlServer sqlServer, String name)
sqlServer
- the SQL server parent resourcename
- the name of the child resource@Beta(value=V1_8_0) rx.Observable<T> getBySqlServerAsync(SqlServer sqlServer, String name)
sqlServer
- the SQL server parent resourcename
- the name of the child resourceT getById(String id)
id
- the ID of the resource.rx.Observable<T> getByIdAsync(String id)
id
- the ID of the resource.void deleteBySqlServer(String resourceGroupName, String sqlServerName, String name)
resourceGroupName
- the name of resource groupsqlServerName
- the name of SQL server parent resourcename
- the name of the child resourcerx.Completable deleteBySqlServerAsync(String resourceGroupName, String sqlServerName, String name)
resourceGroupName
- the name of resource groupsqlServerName
- the name of SQL server parent resourcename
- the name of the child resourcevoid deleteById(String id)
id
- the resource ID of the resource to deleterx.Completable deleteByIdAsync(String id)
id
- the resource ID of the resource to deleteList<T> listBySqlServer(String resourceGroupName, String sqlServerName)
resourceGroupName
- the name of the resource group to list the resources fromsqlServerName
- the name of parent Azure SQL server.rx.Observable<T> listBySqlServerAsync(String resourceGroupName, String sqlServerName)
resourceGroupName
- the name of the resource group to list the resources fromsqlServerName
- the name of parent Azure SQL server.List<T> listBySqlServer(SqlServer sqlServer)
sqlServer
- the parent Azure SQL server.@Beta(value=V1_8_0) rx.Observable<T> listBySqlServerAsync(SqlServer sqlServer)
sqlServer
- the parent Azure SQL server.Copyright © 2019. All rights reserved.