IManagedInstancesOperations Interface

Definition

ManagedInstancesOperations operations.

public interface IManagedInstancesOperations
type IManagedInstancesOperations = interface
Public Interface IManagedInstancesOperations

Methods

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

Creates or updates a managed instance.

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

Deletes a managed instance.

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

Updates a managed instance.

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

Creates or updates a managed instance.

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

Deletes a managed instance.

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

Gets a managed instance.

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

Gets a list of all managed instances in an instance pool.

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

Gets a list of all managed instances in an instance pool.

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

Gets a list of managed instances in a resource group.

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

Gets a list of managed instances in a resource group.

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

Gets a list of all managed instances in the subscription.

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

Gets a list of all managed instances in the subscription.

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

Updates a managed instance.

Extension Methods

BeginCreateOrUpdateAsync(IManagedInstancesOperations, String, String, ManagedInstanceInner, CancellationToken)

Creates or updates a managed instance.

BeginDeleteAsync(IManagedInstancesOperations, String, String, CancellationToken)

Deletes a managed instance.

BeginUpdateAsync(IManagedInstancesOperations, String, String, ManagedInstanceUpdate, CancellationToken)

Updates a managed instance.

CreateOrUpdateAsync(IManagedInstancesOperations, String, String, ManagedInstanceInner, CancellationToken)

Creates or updates a managed instance.

DeleteAsync(IManagedInstancesOperations, String, String, CancellationToken)

Deletes a managed instance.

GetAsync(IManagedInstancesOperations, String, String, CancellationToken)

Gets a managed instance.

ListAsync(IManagedInstancesOperations, CancellationToken)

Gets a list of all managed instances in the subscription.

ListByInstancePoolAsync(IManagedInstancesOperations, String, String, CancellationToken)

Gets a list of all managed instances in an instance pool.

ListByInstancePoolNextAsync(IManagedInstancesOperations, String, CancellationToken)

Gets a list of all managed instances in an instance pool.

ListByResourceGroupAsync(IManagedInstancesOperations, String, CancellationToken)

Gets a list of managed instances in a resource group.

ListByResourceGroupNextAsync(IManagedInstancesOperations, String, CancellationToken)

Gets a list of managed instances in a resource group.

ListNextAsync(IManagedInstancesOperations, String, CancellationToken)

Gets a list of all managed instances in the subscription.

UpdateAsync(IManagedInstancesOperations, String, String, ManagedInstanceUpdate, CancellationToken)

Updates a managed instance.

Applies to