다음을 통해 공유


SourceControlSyncJobCreateContent Class

Definition

The parameters supplied to the create source control sync job operation.

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

Constructors

SourceControlSyncJobCreateContent(String)

Initializes a new instance of SourceControlSyncJobCreateContent.

Properties

CommitId

The commit id of the source control sync job. If not syncing to a commitId, enter an empty string.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<SourceControlSyncJobCreateContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<SourceControlSyncJobCreateContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<SourceControlSyncJobCreateContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SourceControlSyncJobCreateContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<SourceControlSyncJobCreateContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to