IElasticPoolOperations Interface

Definition

ElasticPoolOperations operations.

public interface IElasticPoolOperations
type IElasticPoolOperations = interface
Public Interface IElasticPoolOperations

Methods

CancelWithHttpMessagesAsync(String, String, String, Guid, Dictionary<String,List<String>>, CancellationToken)

Cancels the asynchronous operation on the elastic pool.

ListByElasticPoolNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Gets a list of operations performed on the elastic pool.

ListByElasticPoolWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Gets a list of operations performed on the elastic pool.

Extension Methods

Cancel(IElasticPoolOperations, String, String, String, Guid)

Cancels the asynchronous operation on the elastic pool.

CancelAsync(IElasticPoolOperations, String, String, String, Guid, CancellationToken)

Cancels the asynchronous operation on the elastic pool.

ListByElasticPool(IElasticPoolOperations, String, String, String)

Gets a list of operations performed on the elastic pool.

ListByElasticPoolAsync(IElasticPoolOperations, String, String, String, CancellationToken)

Gets a list of operations performed on the elastic pool.

ListByElasticPoolNext(IElasticPoolOperations, String)

Gets a list of operations performed on the elastic pool.

ListByElasticPoolNextAsync(IElasticPoolOperations, String, CancellationToken)

Gets a list of operations performed on the elastic pool.

Applies to