ManagedInstanceOperations interface
Interface representing a ManagedInstanceOperations.
Methods
cancel(string, string, string, Managed |
Cancels the asynchronous operation on the managed instance. |
get(string, string, string, Managed |
Gets a management operation on a managed instance. |
list |
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
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
The options parameters.
Returns
Promise<ManagedInstanceOperation>
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.
The options parameters.