FactoryGitHubConfiguration 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 GitHub repo information.
public class FactoryGitHubConfiguration : Microsoft.Azure.Management.DataFactory.Models.FactoryRepoConfiguration
type FactoryGitHubConfiguration = class
inherit FactoryRepoConfiguration
Public Class FactoryGitHubConfiguration
Inherits FactoryRepoConfiguration
- Inheritance
Constructors
FactoryGitHubConfiguration() |
Initializes a new instance of the FactoryGitHubConfiguration class. |
FactoryGitHubConfiguration(String, String, String, String, String, Nullable<Boolean>, String, String, GitHubClientSecret) |
Initializes a new instance of the FactoryGitHubConfiguration class. |
FactoryGitHubConfiguration(String, String, String, String, String, String, String, GitHubClientSecret) |
Initializes a new instance of the FactoryGitHubConfiguration class. |
Properties
AccountName |
Gets or sets account name. (Inherited from FactoryRepoConfiguration) |
ClientId |
Gets or sets gitHub bring your own app client id. |
ClientSecret |
Gets or sets gitHub bring your own app client secret information. |
CollaborationBranch |
Gets or sets collaboration branch. (Inherited from FactoryRepoConfiguration) |
DisablePublish |
Gets or sets disable manual publish operation in ADF studio to favor automated publish. (Inherited from FactoryRepoConfiguration) |
HostName |
Gets or sets gitHub Enterprise host name. For example:
|
LastCommitId |
Gets or sets last commit id. (Inherited from FactoryRepoConfiguration) |
RepositoryName |
Gets or sets repository name. (Inherited from FactoryRepoConfiguration) |
RootFolder |
Gets or sets root folder. (Inherited from FactoryRepoConfiguration) |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET