FactoryRepoConfiguration Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Factory's git repo information. 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.
[System.ClientModel.Primitives.PersistableModelProxy(typeof(Azure.ResourceManager.DataFactory.Models.UnknownFactoryRepoConfiguration))]
public abstract class FactoryRepoConfiguration : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.DataFactory.Models.FactoryRepoConfiguration>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.DataFactory.Models.FactoryRepoConfiguration>
public abstract class FactoryRepoConfiguration
[<System.ClientModel.Primitives.PersistableModelProxy(typeof(Azure.ResourceManager.DataFactory.Models.UnknownFactoryRepoConfiguration))>]
type FactoryRepoConfiguration = class
interface IJsonModel<FactoryRepoConfiguration>
interface IPersistableModel<FactoryRepoConfiguration>
type FactoryRepoConfiguration = class
Public MustInherit Class FactoryRepoConfiguration
Implements IJsonModel(Of FactoryRepoConfiguration), IPersistableModel(Of FactoryRepoConfiguration)
Public MustInherit Class FactoryRepoConfiguration
- Inheritance
-
FactoryRepoConfiguration
- Derived
- Attributes
- Implements
Constructors
FactoryRepoConfiguration(String, String, String, String) |
Initializes a new instance of FactoryRepoConfiguration. |
Properties
AccountName |
Account name. |
CollaborationBranch |
Collaboration branch. |
DisablePublish |
Disable manual publish operation in ADF studio to favor automated publish. |
LastCommitId |
Last commit id. |
RepositoryName |
Repository name. |
RootFolder |
Root folder. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<FactoryRepoConfiguration>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<FactoryRepoConfiguration>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<FactoryRepoConfiguration>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<FactoryRepoConfiguration>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<FactoryRepoConfiguration>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET