Class FactoryVstsConfigurationGetArgs
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 FactoryVstsConfigurationGetArgs : ResourceArgs
Constructors
View SourceFactoryVstsConfigurationGetArgs()
Declaration
public FactoryVstsConfigurationGetArgs()
Properties
View SourceAccountName
Specifies the VSTS 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> |
ProjectName
Specifies the name of the VSTS project.
Declaration
public Input<string> ProjectName { 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> |
TenantId
Specifies the Tenant ID associated with the VSTS account.
Declaration
public Input<string> TenantId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |