FactoryRepoContent Class

Definition

Factory's git repo information.

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

Constructors

FactoryRepoContent()

Initializes a new instance of FactoryRepoContent.

Properties

FactoryResourceId

The factory resource id.

RepoConfiguration

Git repo information of the factory. Please note FactoryRepoConfiguration is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include FactoryGitHubConfiguration and FactoryVstsConfiguration.

Explicit Interface Implementations

IJsonModel<FactoryRepoContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<FactoryRepoContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<FactoryRepoContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<FactoryRepoContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<FactoryRepoContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to