IWorkspaceManagedSqlServerRecoverableSqlPoolsOperations Interface

Definition

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