Поделиться через


ShareSubscriptionSynchronization Class

Definition

A ShareSubscriptionSynchronization data transfer object.

public class ShareSubscriptionSynchronization : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.DataShare.Models.ShareSubscriptionSynchronization>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.DataShare.Models.ShareSubscriptionSynchronization>
public class ShareSubscriptionSynchronization
type ShareSubscriptionSynchronization = class
    interface IJsonModel<ShareSubscriptionSynchronization>
    interface IPersistableModel<ShareSubscriptionSynchronization>
type ShareSubscriptionSynchronization = class
Public Class ShareSubscriptionSynchronization
Implements IJsonModel(Of ShareSubscriptionSynchronization), IPersistableModel(Of ShareSubscriptionSynchronization)
Public Class ShareSubscriptionSynchronization
Inheritance
ShareSubscriptionSynchronization
Implements

Constructors

ShareSubscriptionSynchronization(Guid)

Initializes a new instance of ShareSubscriptionSynchronization.

Properties

DurationInMilliSeconds

Synchronization duration.

EndOn

End time of synchronization.

Message

message of Synchronization.

StartOn

start time of synchronization.

Status

Raw Status.

SynchronizationId

Synchronization id.

SynchronizationMode

Synchronization Mode.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<ShareSubscriptionSynchronization>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<ShareSubscriptionSynchronization>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ShareSubscriptionSynchronization>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ShareSubscriptionSynchronization>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<ShareSubscriptionSynchronization>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to