FactoryVSTSConfiguration Class

Definition

Factory's VSTS repo information.

public class FactoryVSTSConfiguration : Microsoft.Azure.Management.DataFactory.Models.FactoryRepoConfiguration
type FactoryVSTSConfiguration = class
    inherit FactoryRepoConfiguration
Public Class FactoryVSTSConfiguration
Inherits FactoryRepoConfiguration
Inheritance
FactoryVSTSConfiguration

Constructors

FactoryVSTSConfiguration()

Initializes a new instance of the FactoryVSTSConfiguration class.

FactoryVSTSConfiguration(String, String, String, String, String, String, Nullable<Boolean>, String)

Initializes a new instance of the FactoryVSTSConfiguration class.

FactoryVSTSConfiguration(String, String, String, String, String, String, String)

Initializes a new instance of the FactoryVSTSConfiguration class.

Properties

AccountName

Gets or sets account name.

(Inherited from FactoryRepoConfiguration)
CollaborationBranch

Gets or sets collaboration branch.

(Inherited from FactoryRepoConfiguration)
DisablePublish

Gets or sets disable manual publish operation in ADF studio to favor automated publish.

(Inherited from FactoryRepoConfiguration)
LastCommitId

Gets or sets last commit id.

(Inherited from FactoryRepoConfiguration)
ProjectName

Gets or sets VSTS project name.

RepositoryName

Gets or sets repository name.

(Inherited from FactoryRepoConfiguration)
RootFolder

Gets or sets root folder.

(Inherited from FactoryRepoConfiguration)
TenantId

Gets or sets VSTS tenant id.

Methods

Validate()

Validate the object.

Applies to