PoolOperationsExtensions Class

Definition

Extension methods for PoolOperations.

public static class PoolOperationsExtensions
type PoolOperationsExtensions = class
Public Module PoolOperationsExtensions
Inheritance
PoolOperationsExtensions

Methods

BeginDelete(IPoolOperations, String, String, String)

Deletes the specified pool.

BeginDeleteAsync(IPoolOperations, String, String, String, CancellationToken)

Deletes the specified pool.

Create(IPoolOperations, String, String, String, Pool, String, String)

Creates a new pool inside the specified account.

CreateAsync(IPoolOperations, String, String, String, Pool, String, String, CancellationToken)

Creates a new pool inside the specified account.

Delete(IPoolOperations, String, String, String)

Deletes the specified pool.

DeleteAsync(IPoolOperations, String, String, String, CancellationToken)

Deletes the specified pool.

DisableAutoScale(IPoolOperations, String, String, String)

Disables automatic scaling for a pool.

DisableAutoScaleAsync(IPoolOperations, String, String, String, CancellationToken)

Disables automatic scaling for a pool.

Get(IPoolOperations, String, String, String)

Gets information about the specified pool.

GetAsync(IPoolOperations, String, String, String, CancellationToken)

Gets information about the specified pool.

ListByBatchAccount(IPoolOperations, String, String, Nullable<Int32>, String, String)

Lists all of the pools in the specified account.

ListByBatchAccountAsync(IPoolOperations, String, String, Nullable<Int32>, String, String, CancellationToken)

Lists all of the pools in the specified account.

ListByBatchAccountNext(IPoolOperations, String)

Lists all of the pools in the specified account.

ListByBatchAccountNextAsync(IPoolOperations, String, CancellationToken)

Lists all of the pools in the specified account.

StopResize(IPoolOperations, String, String, String)

Stops an ongoing resize operation on the pool.

StopResizeAsync(IPoolOperations, String, String, String, CancellationToken)

Stops an ongoing resize operation on the pool.

Update(IPoolOperations, String, String, String, Pool, String)

Updates the properties of an existing pool.

UpdateAsync(IPoolOperations, String, String, String, Pool, String, CancellationToken)

Updates the properties of an existing pool.

Applies to