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

ArmSqlModelFactory.SyncGroupLogProperties 方法

定义

初始化 SyncGroupLogProperties 的新实例。

public static Azure.ResourceManager.Sql.Models.SyncGroupLogProperties SyncGroupLogProperties (DateTimeOffset? timestamp = default, Azure.ResourceManager.Sql.Models.SyncGroupLogType? logType = default, string source = default, string details = default, Guid? tracingId = default, string operationStatus = default);
static member SyncGroupLogProperties : Nullable<DateTimeOffset> * Nullable<Azure.ResourceManager.Sql.Models.SyncGroupLogType> * string * string * Nullable<Guid> * string -> Azure.ResourceManager.Sql.Models.SyncGroupLogProperties
Public Shared Function SyncGroupLogProperties (Optional timestamp As Nullable(Of DateTimeOffset) = Nothing, Optional logType As Nullable(Of SyncGroupLogType) = Nothing, Optional source As String = Nothing, Optional details As String = Nothing, Optional tracingId As Nullable(Of Guid) = Nothing, Optional operationStatus As String = Nothing) As SyncGroupLogProperties

参数

timestamp
Nullable<DateTimeOffset>

同步组日志的时间戳。

logType
Nullable<SyncGroupLogType>

同步组日志的类型。

source
String

同步组日志的源。

details
String

同步组日志的详细信息。

tracingId
Nullable<Guid>

同步组日志的 TracingId。

operationStatus
String

同步组日志的 OperationStatus。

返回

用于模拟的新 SyncGroupLogProperties 实例。

适用于