Freigeben über


SyncGroupsOperationsExtensions.BeginCreateOrUpdate Methode

Definition

Erstellt oder aktualisiert eine Synchronisierungsgruppe.

public static Microsoft.Azure.Management.Sql.Models.SyncGroup BeginCreateOrUpdate (this Microsoft.Azure.Management.Sql.ISyncGroupsOperations operations, string resourceGroupName, string serverName, string databaseName, string syncGroupName, Microsoft.Azure.Management.Sql.Models.SyncGroup parameters);
static member BeginCreateOrUpdate : Microsoft.Azure.Management.Sql.ISyncGroupsOperations * string * string * string * string * Microsoft.Azure.Management.Sql.Models.SyncGroup -> Microsoft.Azure.Management.Sql.Models.SyncGroup
<Extension()>
Public Function BeginCreateOrUpdate (operations As ISyncGroupsOperations, resourceGroupName As String, serverName As String, databaseName As String, syncGroupName As String, parameters As SyncGroup) As SyncGroup

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.

parameters
SyncGroup

Der angeforderte Ressourcenstatus der Synchronisierungsgruppe.

Gibt zurück

Gilt für: