Bagikan melalui


ShareSynchronization Constructors

Definition

Overloads

ShareSynchronization()

Initializes a new instance of the ShareSynchronization class.

ShareSynchronization(String, String, String, Nullable<Int32>, Nullable<DateTime>, String, Nullable<DateTime>, String, String, String)

Initializes a new instance of the ShareSynchronization class.

ShareSynchronization()

Initializes a new instance of the ShareSynchronization class.

public ShareSynchronization ();
Public Sub New ()

Applies to

ShareSynchronization(String, String, String, Nullable<Int32>, Nullable<DateTime>, String, Nullable<DateTime>, String, String, String)

Initializes a new instance of the ShareSynchronization class.

public ShareSynchronization (string consumerEmail = default, string consumerName = default, string consumerTenantName = default, int? durationMs = default, DateTime? endTime = default, string message = default, DateTime? startTime = default, string status = default, string synchronizationId = default, string synchronizationMode = default);
new Microsoft.Azure.Management.DataShare.Models.ShareSynchronization : string * string * string * Nullable<int> * Nullable<DateTime> * string * Nullable<DateTime> * string * string * string -> Microsoft.Azure.Management.DataShare.Models.ShareSynchronization
Public Sub New (Optional consumerEmail As String = Nothing, Optional consumerName As String = Nothing, Optional consumerTenantName As String = Nothing, Optional durationMs As Nullable(Of Integer) = Nothing, Optional endTime As Nullable(Of DateTime) = Nothing, Optional message As String = Nothing, Optional startTime As Nullable(Of DateTime) = Nothing, Optional status As String = Nothing, Optional synchronizationId As String = Nothing, Optional synchronizationMode As String = Nothing)

Parameters

consumerEmail
String

Email of the user who created the synchronization

consumerName
String

Name of the user who created the synchronization

consumerTenantName
String

Tenant name of the consumer who created the synchronization

durationMs
Nullable<Int32>

synchronization duration

endTime
Nullable<DateTime>

End time of synchronization

message
String

message of synchronization

startTime
Nullable<DateTime>

start time of synchronization

status
String

Raw Status

synchronizationId
String

Synchronization id

synchronizationMode
String

Synchronization mode. Possible values include: 'Incremental', 'FullSync'

Applies to