你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

SyncGroupLogProperties 构造函数

定义

重载

SyncGroupLogProperties()

初始化 SyncGroupLogProperties 类的新实例。

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

初始化 SyncGroupLogProperties 类的新实例。

SyncGroupLogProperties()

初始化 SyncGroupLogProperties 类的新实例。

public SyncGroupLogProperties ();
Public Sub New ()

适用于

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

初始化 SyncGroupLogProperties 类的新实例。

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)

参数

timestamp
Nullable<DateTime>

同步组日志的时间戳。

type
SyncGroupLogType

同步组日志的类型。 可能的值包括:“All”、“Error”、“Warning”、“Success”

source
String

同步组日志的源。

details
String

同步组日志的详细信息。

tracingId
Nullable<Guid>

同步组日志的 TracingId。

operationStatus
String

同步组日志的 OperationStatus。

适用于