次の方法で共有


SyncGroupLogProperties コンストラクター

定義

オーバーロード

SyncGroupLogProperties()

SyncGroupLogProperties クラスの新しいインスタンスを初期化します。

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

SyncGroupLogProperties クラスの新しいインスタンスを初期化します。

SyncGroupLogProperties()

SyncGroupLogProperties クラスの新しいインスタンスを初期化します。

public SyncGroupLogProperties ();
Public Sub New ()

適用対象

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

SyncGroupLogProperties クラスの新しいインスタンスを初期化します。

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)

パラメーター

timestamp
Nullable<DateTime>

同期グループ ログのタイムスタンプ。

type
String

同期グループ ログの種類。 指定できる値は、'All'、'Error'、'Warning'、'Success' です。

source
String

同期グループ ログのソース。

details
String

同期グループ ログの詳細。

tracingId
Nullable<Guid>

同期グループ ログの TracingId。

operationStatus
String

同期グループ ログの OperationStatus。

適用対象