FactoryGitHubConfiguration Class

Definition

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
FactoryGitHubConfiguration

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: https://github.mydomain.com

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