Freigeben über


SyncGroupsOperationsExtensions.CancelSync Methode

Definition

Bricht die Synchronisierung einer Synchronisierungsgruppe ab.

public static void CancelSync (this Microsoft.Azure.Management.Sql.ISyncGroupsOperations operations, string resourceGroupName, string serverName, string databaseName, string syncGroupName);
static member CancelSync : Microsoft.Azure.Management.Sql.ISyncGroupsOperations * string * string * string * string -> unit
<Extension()>
Public Sub CancelSync (operations As ISyncGroupsOperations, resourceGroupName As String, serverName As String, databaseName As String, syncGroupName As String)

Parameter

operations
ISyncGroupsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Der Name der Ressourcengruppe, die die Ressource enthält. Dieser Wert kann über die Azure-Ressourcen-Manager-API oder das Portal abgerufen werden.

serverName
String

Name des Servers

databaseName
String

Der Name der Datenbank, in der die Synchronisierungsgruppe gehostet wird.

syncGroupName
String

Der Name der Synchronisierungsgruppe.

Gilt für: