IPoolsOperations Interface

Definition

PoolsOperations operations.

public interface IPoolsOperations
type IPoolsOperations = interface
Public Interface IPoolsOperations

Methods

BeginCreateOrUpdateWithHttpMessagesAsync(String, String, String, CapacityPool, Dictionary<String,List<String>>, CancellationToken)

Create or Update a capacity pool

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

Delete the specified capacity pool

BeginUpdateWithHttpMessagesAsync(String, String, String, CapacityPoolPatch, Dictionary<String,List<String>>, CancellationToken)

Patch the specified capacity pool

CreateOrUpdateWithHttpMessagesAsync(String, String, String, CapacityPool, Dictionary<String,List<String>>, CancellationToken)

Create or Update a capacity pool

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

Delete the specified capacity pool

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

Get details of the specified capacity pool

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

List all capacity pools in the NetApp Account

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

List all capacity pools in the NetApp Account

UpdateWithHttpMessagesAsync(String, String, String, CapacityPoolPatch, Dictionary<String,List<String>>, CancellationToken)

Patch the specified capacity pool

Extension Methods

BeginCreateOrUpdate(IPoolsOperations, String, String, String, CapacityPool)

Create or Update a capacity pool

BeginCreateOrUpdateAsync(IPoolsOperations, String, String, String, CapacityPool, CancellationToken)

Create or Update a capacity pool

BeginDelete(IPoolsOperations, String, String, String)

Delete the specified capacity pool

BeginDeleteAsync(IPoolsOperations, String, String, String, CancellationToken)

Delete the specified capacity pool

BeginUpdate(IPoolsOperations, String, String, String, CapacityPoolPatch)

Patch the specified capacity pool

BeginUpdateAsync(IPoolsOperations, String, String, String, CapacityPoolPatch, CancellationToken)

Patch the specified capacity pool

CreateOrUpdate(IPoolsOperations, String, String, String, CapacityPool)

Create or Update a capacity pool

CreateOrUpdateAsync(IPoolsOperations, String, String, String, CapacityPool, CancellationToken)

Create or Update a capacity pool

Delete(IPoolsOperations, String, String, String)

Delete the specified capacity pool

DeleteAsync(IPoolsOperations, String, String, String, CancellationToken)

Delete the specified capacity pool

Get(IPoolsOperations, String, String, String)

Get details of the specified capacity pool

GetAsync(IPoolsOperations, String, String, String, CancellationToken)

Get details of the specified capacity pool

List(IPoolsOperations, String, String)

List all capacity pools in the NetApp Account

ListAsync(IPoolsOperations, String, String, CancellationToken)

List all capacity pools in the NetApp Account

ListNext(IPoolsOperations, String)

List all capacity pools in the NetApp Account

ListNextAsync(IPoolsOperations, String, CancellationToken)

List all capacity pools in the NetApp Account

Update(IPoolsOperations, String, String, String, CapacityPoolPatch)

Patch the specified capacity pool

UpdateAsync(IPoolsOperations, String, String, String, CapacityPoolPatch, CancellationToken)

Patch the specified capacity pool

Applies to