Share via


ManagedInstanceOperationsExtensions Class

Definition

Extension methods for ManagedInstanceOperations.

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

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