Class FactoryVstsConfiguration
Inheritance
System.Object
FactoryVstsConfiguration
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 FactoryVstsConfiguration
Fields
View SourceAccountName
Specifies the VSTS account name.
Declaration
public readonly string AccountName
Field Value
| Type | Description |
|---|---|
| System.String |
BranchName
Specifies the branch of the repository to get code from.
Declaration
public readonly string BranchName
Field Value
| Type | Description |
|---|---|
| System.String |
ProjectName
Specifies the name of the VSTS project.
Declaration
public readonly string ProjectName
Field Value
| Type | Description |
|---|---|
| System.String |
RepositoryName
Specifies the name of the git repository.
Declaration
public readonly string RepositoryName
Field Value
| Type | Description |
|---|---|
| System.String |
RootFolder
Specifies the root folder within the repository. Set to / for the top level.
Declaration
public readonly string RootFolder
Field Value
| Type | Description |
|---|---|
| System.String |
TenantId
Specifies the Tenant ID associated with the VSTS account.
Declaration
public readonly string TenantId
Field Value
| Type | Description |
|---|---|
| System.String |