次の方法で共有


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