ManagedInstanceOperationsOperations interface

Interface representing a ManagedInstanceOperations operations.

Properties

cancel

Cancels the asynchronous operation on the managed instance.

get

Gets a management operation on a managed instance.

listByManagedInstance

Gets a list of operations performed on the managed instance.

Property Details

cancel

Cancels the asynchronous operation on the managed instance.

cancel: (resourceGroupName: string, managedInstanceName: string, operationId: string, options?: ManagedInstanceOperationsCancelOptionalParams) => Promise<void>

Property Value

(resourceGroupName: string, managedInstanceName: string, operationId: string, options?: ManagedInstanceOperationsCancelOptionalParams) => Promise<void>

get

Gets a management operation on a managed instance.

get: (resourceGroupName: string, managedInstanceName: string, operationId: string, options?: ManagedInstanceOperationsGetOptionalParams) => Promise<ManagedInstanceOperation>

Property Value

(resourceGroupName: string, managedInstanceName: string, operationId: string, options?: ManagedInstanceOperationsGetOptionalParams) => Promise<ManagedInstanceOperation>

listByManagedInstance

Gets a list of operations performed on the managed instance.

listByManagedInstance: (resourceGroupName: string, managedInstanceName: string, options?: ManagedInstanceOperationsListByManagedInstanceOptionalParams) => PagedAsyncIterableIterator<ManagedInstanceOperation, ManagedInstanceOperation[], PageSettings>

Property Value

(resourceGroupName: string, managedInstanceName: string, options?: ManagedInstanceOperationsListByManagedInstanceOptionalParams) => PagedAsyncIterableIterator<ManagedInstanceOperation, ManagedInstanceOperation[], PageSettings>