Class FactoryGithubConfigurationArgs
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Azure.DataFactory.Inputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class FactoryGithubConfigurationArgs : ResourceArgs
Constructors
View SourceFactoryGithubConfigurationArgs()
Declaration
public FactoryGithubConfigurationArgs()
Properties
View SourceAccountName
Specifies the GitHub account name.
Declaration
public Input<string> AccountName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
BranchName
Specifies the branch of the repository to get code from.
Declaration
public Input<string> BranchName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
GitUrl
Specifies the GitHub Enterprise host name. For example: https://github.mydomain.com. Use https://github.com for open source repositories.
Declaration
public Input<string> GitUrl { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
RepositoryName
Specifies the name of the git repository.
Declaration
public Input<string> RepositoryName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
RootFolder
Specifies the root folder within the repository. Set to / for the top level.
Declaration
public Input<string> RootFolder { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |