ManagedInstanceOperations interface

Interface representing a ManagedInstanceOperations.

Methods

cancel(string, string, string, ManagedInstanceOperationsCancelOptionalParams)

Cancels the asynchronous operation on the managed instance.

get(string, string, string, ManagedInstanceOperationsGetOptionalParams)

Gets a management operation on a managed instance.

listByManagedInstance(string, string, ManagedInstanceOperationsListByManagedInstanceOptionalParams)

Gets a list of operations performed on the managed instance.

Method Details

cancel(string, string, string, ManagedInstanceOperationsCancelOptionalParams)

Cancels the asynchronous operation on the managed instance.

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

Parameters

resourceGroupName

string

The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.

managedInstanceName

string

The name of the managed instance.

operationId

string

options
ManagedInstanceOperationsCancelOptionalParams

The options parameters.

Returns

Promise<void>

get(string, string, string, ManagedInstanceOperationsGetOptionalParams)

Gets a management operation on a managed instance.

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

Parameters

resourceGroupName

string

The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.

managedInstanceName

string

The name of the managed instance.

operationId

string

options
ManagedInstanceOperationsGetOptionalParams

The options parameters.

Returns

listByManagedInstance(string, string, ManagedInstanceOperationsListByManagedInstanceOptionalParams)

Gets a list of operations performed on the managed instance.

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

Parameters

resourceGroupName

string

The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.

managedInstanceName

string

The name of the managed instance.

Returns