AzureSqlManagedInstanceOperationAdapter.CancelManagedInstanceOperation Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.