AzureSqlDataSyncCommunicator.ListNextSyncGroupLog Method

Definition

List next sync group logs

public Microsoft.Azure.Management.Sql.LegacySdk.Models.SyncGroupLogListResponse ListNextSyncGroupLog (string resourceGroupName, string serverName, string databaseName, string syncGroupName, string nextLink);
member this.ListNextSyncGroupLog : string * string * string * string * string -> Microsoft.Azure.Management.Sql.LegacySdk.Models.SyncGroupLogListResponse
Public Function ListNextSyncGroupLog (resourceGroupName As String, serverName As String, databaseName As String, syncGroupName As String, nextLink As String) As SyncGroupLogListResponse

Parameters

resourceGroupName
String
serverName
String
databaseName
String
syncGroupName
String
nextLink
String

Returns

Applies to