Delen via


SyncGroupResource.GetLogsAsync Method

Definition

Gets a collection of sync group logs.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/databases/{databaseName}/syncGroups/{syncGroupName}/logs
  • Operation Id: SyncGroups_ListLogs
  • Default Api Version: 2020-11-01-preview
  • Resource: SyncGroupResource
public virtual Azure.AsyncPageable<Azure.ResourceManager.Sql.Models.SyncGroupLogProperties> GetLogsAsync (string startTime, string endTime, Azure.ResourceManager.Sql.Models.SyncGroupLogType type, string continuationToken = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetLogsAsync : string * string * Azure.ResourceManager.Sql.Models.SyncGroupLogType * string * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Sql.Models.SyncGroupLogProperties>
override this.GetLogsAsync : string * string * Azure.ResourceManager.Sql.Models.SyncGroupLogType * string * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Sql.Models.SyncGroupLogProperties>
Public Overridable Function GetLogsAsync (startTime As String, endTime As String, type As SyncGroupLogType, Optional continuationToken As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of SyncGroupLogProperties)

Parameters

startTime
String

Get logs generated after this time.

endTime
String

Get logs generated before this time.

type
SyncGroupLogType

The types of logs to retrieve.

continuationToken
String

The continuation token for this operation.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

An async collection of SyncGroupLogProperties that may take multiple service requests to iterate over.

Exceptions

startTime or endTime is null.

Applies to