SyncGroupLogProperties Constructors
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.
Overloads
SyncGroupLogProperties() |
Initializes a new instance of the SyncGroupLogProperties class. |
SyncGroupLogProperties(Nullable<DateTime>, SyncGroupLogType, 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>, SyncGroupLogType, String, String, Nullable<Guid>, String)
Initializes a new instance of the SyncGroupLogProperties class.
public SyncGroupLogProperties (DateTime? timestamp = default, Microsoft.Azure.Management.Sql.Fluent.Models.SyncGroupLogType type = default, string source = default, string details = default, Guid? tracingId = default, string operationStatus = default);
new Microsoft.Azure.Management.Sql.Fluent.Models.SyncGroupLogProperties : Nullable<DateTime> * Microsoft.Azure.Management.Sql.Fluent.Models.SyncGroupLogType * string * string * Nullable<Guid> * string -> Microsoft.Azure.Management.Sql.Fluent.Models.SyncGroupLogProperties
Public Sub New (Optional timestamp As Nullable(Of DateTime) = Nothing, Optional type As SyncGroupLogType = Nothing, Optional source As String = Nothing, Optional details As String = Nothing, Optional tracingId As Nullable(Of Guid) = Nothing, Optional operationStatus As String = Nothing)
Parameters
- type
- SyncGroupLogType
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.
- operationStatus
- String
OperationStatus of the sync group log.