Share via


SyncGroupLogProperties Constructors

Definition

Overloads

SyncGroupLogProperties()

Initializes a new instance of the SyncGroupLogProperties class.

SyncGroupLogProperties(Nullable<DateTime>, String, String, String, Nullable<Guid>, String)

Initializes a new instance of the SyncGroupLogProperties class.

SyncGroupLogProperties()

Initializes a new instance of the SyncGroupLogProperties class.

public SyncGroupLogProperties ();
Public Sub New ()

Applies to

SyncGroupLogProperties(Nullable<DateTime>, String, String, String, Nullable<Guid>, String)

Initializes a new instance of the SyncGroupLogProperties class.

public SyncGroupLogProperties (DateTime? timestamp = default, string type = default, string source = default, string details = default, Guid? tracingId = default, string operationStatus = default);
new Microsoft.Azure.Management.Sql.Models.SyncGroupLogProperties : Nullable<DateTime> * string * string * string * Nullable<Guid> * string -> Microsoft.Azure.Management.Sql.Models.SyncGroupLogProperties
Public Sub New (Optional timestamp As Nullable(Of DateTime) = Nothing, Optional type As String = Nothing, Optional source As String = Nothing, Optional details As String = Nothing, Optional tracingId As Nullable(Of Guid) = Nothing, Optional operationStatus As String = Nothing)

Parameters

timestamp
Nullable<DateTime>

Timestamp of the sync group log.

type
String

Type of the sync group log. Possible values include: 'All', 'Error', 'Warning', 'Success'

source
String

Source of the sync group log.

details
String

Details of the sync group log.

tracingId
Nullable<Guid>

TracingId of the sync group log.

operationStatus
String

OperationStatus of the sync group log.

Applies to