IWorkspaceManagedSqlServerRecoverableSqlPoolsOperations Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
WorkspaceManagedSqlServerRecoverableSqlPoolsOperations operations.
public interface IWorkspaceManagedSqlServerRecoverableSqlPoolsOperations
type IWorkspaceManagedSqlServerRecoverableSqlPoolsOperations = interface
Public Interface IWorkspaceManagedSqlServerRecoverableSqlPoolsOperations
Methods
GetWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken) |
Get recoverable sql pools for the server. |
ListNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken) |
Get list of recoverable sql pools for the server. |
ListWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken) |
Get list of recoverable sql pools for the server. |
Extension Methods
Get(IWorkspaceManagedSqlServerRecoverableSqlPoolsOperations, String, String, String) |
Get recoverable sql pools for the server. |
GetAsync(IWorkspaceManagedSqlServerRecoverableSqlPoolsOperations, String, String, String, CancellationToken) |
Get recoverable sql pools for the server. |
List(IWorkspaceManagedSqlServerRecoverableSqlPoolsOperations, String, String) |
Get list of recoverable sql pools for the server. |
ListAsync(IWorkspaceManagedSqlServerRecoverableSqlPoolsOperations, String, String, CancellationToken) |
Get list of recoverable sql pools for the server. |
ListNext(IWorkspaceManagedSqlServerRecoverableSqlPoolsOperations, String) |
Get list of recoverable sql pools for the server. |
ListNextAsync(IWorkspaceManagedSqlServerRecoverableSqlPoolsOperations, String, CancellationToken) |
Get list of recoverable sql pools for the server. |
Applies to
Azure SDK for .NET