IInstancePoolsOperations Interface

Definition

InstancePoolsOperations operations.

public interface IInstancePoolsOperations
type IInstancePoolsOperations = interface
Public Interface IInstancePoolsOperations

Methods

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

Creates or updates an instance pool.

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

Deletes an instance pool

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

Updates an instance pool.

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

Creates or updates an instance pool.

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

Deletes an instance pool

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

Gets an instance pool.

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

Gets a list of instance pools in the resource group

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

Gets a list of instance pools in the resource group

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

Gets a list of all instance pools in the subscription.

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

Gets a list of all instance pools in the subscription.

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

Updates an instance pool.

Extension Methods

BeginCreateOrUpdateAsync(IInstancePoolsOperations, String, String, InstancePoolInner, CancellationToken)

Creates or updates an instance pool.

BeginDeleteAsync(IInstancePoolsOperations, String, String, CancellationToken)

Deletes an instance pool

BeginUpdateAsync(IInstancePoolsOperations, String, String, IDictionary<String,String>, CancellationToken)

Updates an instance pool.

CreateOrUpdateAsync(IInstancePoolsOperations, String, String, InstancePoolInner, CancellationToken)

Creates or updates an instance pool.

DeleteAsync(IInstancePoolsOperations, String, String, CancellationToken)

Deletes an instance pool

GetAsync(IInstancePoolsOperations, String, String, CancellationToken)

Gets an instance pool.

ListAsync(IInstancePoolsOperations, CancellationToken)

Gets a list of all instance pools in the subscription.

ListByResourceGroupAsync(IInstancePoolsOperations, String, CancellationToken)

Gets a list of instance pools in the resource group

ListByResourceGroupNextAsync(IInstancePoolsOperations, String, CancellationToken)

Gets a list of instance pools in the resource group

ListNextAsync(IInstancePoolsOperations, String, CancellationToken)

Gets a list of all instance pools in the subscription.

UpdateAsync(IInstancePoolsOperations, String, String, IDictionary<String,String>, CancellationToken)

Updates an instance pool.

Applies to