FactoryVSTSConfiguration Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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
Azure SDK for .NET