Show / Hide Table of Contents

Class GetFactoryVstsConfigurationResult

Inheritance
System.Object
GetFactoryVstsConfigurationResult
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 GetFactoryVstsConfigurationResult

Fields

View Source

AccountName

The VSTS account name.

Declaration
public readonly string AccountName
Field Value
Type Description
System.String
View Source

BranchName

The branch of the repository to get code from.

Declaration
public readonly string BranchName
Field Value
Type Description
System.String
View Source

ProjectName

The name of the VSTS project.

Declaration
public readonly string ProjectName
Field Value
Type Description
System.String
View Source

RepositoryName

The name of the git repository.

Declaration
public readonly string RepositoryName
Field Value
Type Description
System.String
View Source

RootFolder

The root folder within the repository.

Declaration
public readonly string RootFolder
Field Value
Type Description
System.String
View Source

TenantId

The Tenant ID associated with the VSTS account.

Declaration
public readonly string TenantId
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.