AzureSqlDataSyncCommunicator.UpdateSyncGroup 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.
Overloads
UpdateSyncGroup(String, String, String, SyncGroupCreateOrUpdateParameters) | |
UpdateSyncGroup(String, String, String, String, SyncGroup) |
Update a sync group |
UpdateSyncGroup(String, String, String, SyncGroupCreateOrUpdateParameters)
public Microsoft.Azure.Management.Sql.LegacySdk.Models.SyncGroup UpdateSyncGroup (string resourceGroupName, string serverName, string databaseName, Microsoft.Azure.Management.Sql.LegacySdk.Models.SyncGroupCreateOrUpdateParameters parameters);
member this.UpdateSyncGroup : string * string * string * Microsoft.Azure.Management.Sql.LegacySdk.Models.SyncGroupCreateOrUpdateParameters -> Microsoft.Azure.Management.Sql.LegacySdk.Models.SyncGroup
Public Function UpdateSyncGroup (resourceGroupName As String, serverName As String, databaseName As String, parameters As SyncGroupCreateOrUpdateParameters) As SyncGroup
Parameters
- resourceGroupName
- String
- serverName
- String
- databaseName
- String
- parameters
- SyncGroupCreateOrUpdateParameters
Returns
Applies to
UpdateSyncGroup(String, String, String, String, SyncGroup)
Update a sync group
public Microsoft.Azure.Management.Sql.Models.SyncGroup UpdateSyncGroup (string resourceGroupName, string serverName, string databaseName, string syncGroupName, Microsoft.Azure.Management.Sql.Models.SyncGroup parameters);
member this.UpdateSyncGroup : string * string * string * string * Microsoft.Azure.Management.Sql.Models.SyncGroup -> Microsoft.Azure.Management.Sql.Models.SyncGroup
Public Function UpdateSyncGroup (resourceGroupName As String, serverName As String, databaseName As String, syncGroupName As String, parameters As SyncGroup) As SyncGroup
Parameters
- resourceGroupName
- String
- serverName
- String
- databaseName
- String
- syncGroupName
- String
- parameters
- SyncGroup