SqlChildrenOperations.SqlChildrenActionsDefinition<T> Interface
Type Parameters
- T
the FluentT interface of the SQL server child resource
public static interface SqlChildrenOperations.SqlChildrenActionsDefinition
Base interface for Azure SQL Server child resource actions.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract void |
delete(String name)
Deletes a child resource from Azure SQL server. |
abstract Mono<Void> |
deleteAsync(String name)
Asynchronously delete a child resource from Azure SQL server. |
abstract void |
deleteById(String id)
Deletes a child resource from Azure SQL server, identifying it by its resource ID. |
abstract Mono<Void> |
deleteByIdAsync(String id)
Asynchronously delete a child resource from Azure SQL server, identifying it by its resource ID. |
abstract T |
get(String name)
Gets the information about a child resource from Azure SQL server. |
abstract Mono<T> |
getAsync(String name)
Asynchronously gets the information about a child resource from Azure SQL server. |
abstract T |
getById(String id)
Gets the information about a child resource from Azure SQL server using the resource ID. |
abstract Mono<T> |
getByIdAsync(String id)
Asynchronously gets the information about a child resource from Azure SQL server using the resource ID. |
abstract List<T> |
list()
Lists Azure SQL child resources. |
abstract
Paged |
listAsync()
Asynchronously lists Azure SQL child resources. |
Method Details
delete
public abstract void delete(String name)
Deletes a child resource from Azure SQL server.
Parameters:
deleteAsync
public abstract Mono
Asynchronously delete a child resource from Azure SQL server.
Parameters:
Returns:
deleteById
public abstract void deleteById(String id)
Deletes a child resource from Azure SQL server, identifying it by its resource ID.
Parameters:
deleteByIdAsync
public abstract Mono
Asynchronously delete a child resource from Azure SQL server, identifying it by its resource ID.
Parameters:
Returns:
get
public abstract T get(String name)
Gets the information about a child resource from Azure SQL server.
Parameters:
Returns:
getAsync
public abstract Mono
Asynchronously gets the information about a child resource from Azure SQL server.
Parameters:
Returns:
getById
public abstract T getById(String id)
Gets the information about a child resource from Azure SQL server using the resource ID.
Parameters:
Returns:
getByIdAsync
public abstract Mono
Asynchronously gets the information about a child resource from Azure SQL server using the resource ID.
Parameters:
Returns:
list
public abstract List
Lists Azure SQL child resources.
Returns:
listAsync
public abstract PagedFlux
Asynchronously lists Azure SQL child resources.
Returns:
Applies to
Azure SDK for Java