Share via


SyncGroupsOperationsExtensions.ListLogs Method

Definition

Gets a collection of sync group logs.

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Sql.Models.SyncGroupLogProperties> ListLogs (this Microsoft.Azure.Management.Sql.ISyncGroupsOperations operations, string resourceGroupName, string serverName, string databaseName, string syncGroupName, string startTime, string endTime, string type, string continuationToken = default);
static member ListLogs : Microsoft.Azure.Management.Sql.ISyncGroupsOperations * string * string * string * string * string * string * string * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Sql.Models.SyncGroupLogProperties>
<Extension()>
Public Function ListLogs (operations As ISyncGroupsOperations, resourceGroupName As String, serverName As String, databaseName As String, syncGroupName As String, startTime As String, endTime As String, type As String, Optional continuationToken As String = Nothing) As IPage(Of SyncGroupLogProperties)

Parameters

operations
ISyncGroupsOperations

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.

serverName
String

The name of the server.

databaseName
String

The name of the database on which the sync group is hosted.

syncGroupName
String

The name of the sync group.

startTime
String

Get logs generated after this time.

endTime
String

Get logs generated before this time.

type
String

The types of logs to retrieve. Possible values include: 'All', 'Error', 'Warning', 'Success'

continuationToken
String

The continuation token for this operation.

Returns

Applies to