SyncGroupResource.GetLogsAsync 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.
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
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for .NET