你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

SyncGroupLogGetParameters Class

Definition

Parameters for get sync group logs.

public class SyncGroupLogGetParameters
type SyncGroupLogGetParameters = class
Public Class SyncGroupLogGetParameters
Inheritance
SyncGroupLogGetParameters

Constructors

SyncGroupLogGetParameters()

Initializes a new instance of the SyncGroupLogGetParameters class.

SyncGroupLogGetParameters(String, String, String)

Initializes a new instance of the SyncGroupLogGetParameters class with required arguments.

Properties

ContinuationToken

Optional. The continuation token.

EndTime

Optional. Specifies the end time of the logs to query.

StartTime

Required. Specifies the start time of the logs to query.

SyncGroupName

Required. Specifies the sync group name.

Type

Required. Specifies the type of the logs to query. The possible values: 'Error', 'Warning', 'Success' and 'All'.

Applies to