SyncGroupLogGetParameters Class
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.
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'. |