你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
SyncGroupResource.GetLogsAsync 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取同步组日志的集合。
- 请求路径/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/databases/{databaseName}/syncGroups/{syncGroupName}/logs
- 操作IdSyncGroups_ListLogs
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)
参数
- startTime
- String
获取在此时间之后生成的日志。
- endTime
- String
获取在此时间之前生成的日志。
- type
- SyncGroupLogType
要检索的日志类型。
- continuationToken
- String
此操作的继续标记。
- cancellationToken
- CancellationToken
要使用的取消标记。
返回
的异步集合 SyncGroupLogProperties ,可能需要循环访问多个服务请求。
例外
startTime
或 endTime
为 null。