T
- the FluentT interface of the SQL server child resourcepublic static interface SqlChildrenOperations.SqlChildrenActionsDefinition<T>
Modifier and Type | Method and Description |
---|---|
void |
delete(String name)
Deletes a child resource from Azure SQL server.
|
rx.Completable |
deleteAsync(String name)
Asynchronously delete a child resource from Azure SQL server.
|
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.
|
T |
get(String name)
Gets the information about a child resource from Azure SQL server.
|
rx.Observable<T> |
getAsync(String name)
Asynchronously gets the information about a child resource from Azure SQL server.
|
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.
|
List<T> |
list()
Lists Azure SQL child resources.
|
rx.Observable<T> |
listAsync()
Asynchronously lists Azure SQL child resources.
|
T get(String name)
name
- the name of the child resourcerx.Observable<T> getAsync(String name)
name
- 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 delete(String name)
name
- the name of the child resourcerx.Completable deleteAsync(String name)
name
- 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 deleterx.Observable<T> listAsync()
Copyright © 2019. All rights reserved.