SqlChildrenOperations<T> Interface
Type Parameters
- T
the FluentT interface of the SQL server child resource
public interface SqlChildrenOperations
Base class for Azure SQL Server child resource operations.
Method Summary
Modifier and Type | Method and Description |
---|---|
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 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. |
abstract Mono<Void> |
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. |
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 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. |
abstract 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. |
abstract Mono<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. |
abstract Mono<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. |
abstract List<T> |
listBySqlServer(SqlServer sqlServer)
Lists Azure SQL child resources of the specified Azure SQL server in the specified resource group. |
abstract List<T> |
listBySqlServer(String resourceGroupName, String sqlServerName)
Lists Azure SQL child resources of the specified Azure SQL server in the specified resource group. |
abstract
Paged |
listBySqlServerAsync(SqlServer sqlServer)
Asynchronously lists Azure SQL child resources of the specified Azure SQL server in the specified resource group. |
abstract
Paged |
listBySqlServerAsync(String resourceGroupName, String sqlServerName)
Asynchronously lists Azure SQL child resources of the specified Azure SQL server in the specified resource group. |
Method Details
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:
deleteBySqlServer
public abstract 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.
Parameters:
deleteBySqlServerAsync
public abstract Mono
Asynchronously delete a child resource from Azure SQL server, identifying it by its name and its resource group.
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:
getBySqlServer
public abstract 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.
Parameters:
Returns:
getBySqlServer
public abstract 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.
Parameters:
Returns:
getBySqlServerAsync
public abstract Mono
Asynchronously gets the information about a child resource from Azure SQL server, identifying it by its name and its resource group.
Parameters:
Returns:
getBySqlServerAsync
public abstract Mono
Asynchronously gets the information about a child resource from Azure SQL server, identifying it by its name and its resource group.
Parameters:
Returns:
listBySqlServer
public abstract List
Lists Azure SQL child resources of the specified Azure SQL server in the specified resource group.
Parameters:
Returns:
listBySqlServer
public abstract List
Lists Azure SQL child resources of the specified Azure SQL server in the specified resource group.
Parameters:
Returns:
listBySqlServerAsync
public abstract PagedFlux
Asynchronously lists Azure SQL child resources of the specified Azure SQL server in the specified resource group.
Parameters:
Returns:
listBySqlServerAsync
public abstract PagedFlux
Asynchronously lists Azure SQL child resources of the specified Azure SQL server in the specified resource group.
Parameters:
Returns:
Applies to
Azure SDK for Java