Share via


DataFactoryData.RepoConfiguration Property

Definition

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.

public Azure.ResourceManager.DataFactory.Models.FactoryRepoConfiguration RepoConfiguration { get; set; }
member this.RepoConfiguration : Azure.ResourceManager.DataFactory.Models.FactoryRepoConfiguration with get, set
Public Property RepoConfiguration As FactoryRepoConfiguration

Property Value

Applies to