共用方式為


ManagedInstanceOperationsExtensions.Cancel Method

Definition

Cancels the asynchronous operation on the managed instance.

public static void Cancel (this Microsoft.Azure.Management.Sql.IManagedInstanceOperations operations, string resourceGroupName, string managedInstanceName, Guid operationId);
static member Cancel : Microsoft.Azure.Management.Sql.IManagedInstanceOperations * string * string * Guid -> unit
<Extension()>
Public Sub Cancel (operations As IManagedInstanceOperations, resourceGroupName As String, managedInstanceName As String, operationId As Guid)

Parameters

operations
IManagedInstanceOperations

The operations group for this extension method.

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
Guid

Applies to