IManagedInstanceOperations Interface

Definition

ManagedInstanceOperations operations.

public interface IManagedInstanceOperations
type IManagedInstanceOperations = interface
Public Interface IManagedInstanceOperations

Methods

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

Cancels the asynchronous operation on the managed instance.

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

Gets a management operation on a managed instance.

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

Gets a list of operations performed on the managed instance.

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

Gets a list of operations performed on the managed instance.

Extension Methods

Cancel(IManagedInstanceOperations, String, String, Guid)

Cancels the asynchronous operation on the managed instance.

CancelAsync(IManagedInstanceOperations, String, String, Guid, CancellationToken)

Cancels the asynchronous operation on the managed instance.

Get(IManagedInstanceOperations, String, String, Guid)

Gets a management operation on a managed instance.

GetAsync(IManagedInstanceOperations, String, String, Guid, CancellationToken)

Gets a management operation on a managed instance.

ListByManagedInstance(IManagedInstanceOperations, String, String)

Gets a list of operations performed on the managed instance.

ListByManagedInstanceAsync(IManagedInstanceOperations, String, String, CancellationToken)

Gets a list of operations performed on the managed instance.

ListByManagedInstanceNext(IManagedInstanceOperations, String)

Gets a list of operations performed on the managed instance.

ListByManagedInstanceNextAsync(IManagedInstanceOperations, String, CancellationToken)

Gets a list of operations performed on the managed instance.

Applies to