Aracılığıyla paylaş


ArmSqlModelFactory.SyncGroupLogProperties Method

Definition

Initializes a new instance of 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

Parameters

timestamp
Nullable<DateTimeOffset>

Timestamp of the sync group log.

logType
Nullable<SyncGroupLogType>

Type of the sync group log.

source
String

Source of the sync group log.

details
String

Details of the sync group log.

tracingId
Nullable<Guid>

TracingId of the sync group log.

operationStatus
String

OperationStatus of the sync group log.

Returns

A new SyncGroupLogProperties instance for mocking.

Applies to