AzureSqlManagedInstanceOperationAdapter.CancelManagedInstanceOperation Method

Definition

Cancels a managed instance operation

public void CancelManagedInstanceOperation (string resourceGroupName, string managedInstanceName, Guid operationName);
member this.CancelManagedInstanceOperation : string * string * Guid -> unit
Public Sub CancelManagedInstanceOperation (resourceGroupName As String, managedInstanceName As String, operationName As Guid)

Parameters

resourceGroupName
String

The resource group the managed instance is in

managedInstanceName
String

The name of the managed instance

operationName
Guid

The id of the operation to cancel.

Applies to