Class GetFactoryGithubConfigurationResult
Inheritance
System.Object
GetFactoryGithubConfigurationResult
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.Outputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class GetFactoryGithubConfigurationResult
Fields
View SourceAccountName
The VSTS account name.
Declaration
public readonly string AccountName
Field Value
| Type | Description |
|---|---|
| System.String |
BranchName
The branch of the repository to get code from.
Declaration
public readonly string BranchName
Field Value
| Type | Description |
|---|---|
| System.String |
GitUrl
The GitHub Enterprise host name.
Declaration
public readonly string GitUrl
Field Value
| Type | Description |
|---|---|
| System.String |
RepositoryName
The name of the git repository.
Declaration
public readonly string RepositoryName
Field Value
| Type | Description |
|---|---|
| System.String |
RootFolder
The root folder within the repository.
Declaration
public readonly string RootFolder
Field Value
| Type | Description |
|---|---|
| System.String |