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>, 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
- 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.
- operationStatus
- String
OperationStatus of the sync group log.
Applies to
Azure SDK for .NET