Share via


SourceControlSyncJobResult Class

Definition

Definition of the source control sync job.

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

Properties

CreatedOn

The creation time of the job.

EndOn

The end time of the job.

Exception

The exceptions that occurred while running the sync job.

Id

The id of the job.

ProvisioningState

The provisioning state of the job.

SourceControlSyncJobId

The source control sync job id.

StartOn

The start time of the job.

SyncType

The sync type.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<SourceControlSyncJobResult>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<SourceControlSyncJobResult>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<SourceControlSyncJobResult>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SourceControlSyncJobResult>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<SourceControlSyncJobResult>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to