FactoryVSTSConfiguration Class

Factory's VSTS repo information.

All required parameters must be populated in order to send to Azure.

Inheritance
azure.mgmt.datafactory.models._models_py3.FactoryRepoConfiguration
FactoryVSTSConfiguration

Constructor

FactoryVSTSConfiguration(*, account_name: str, repository_name: str, collaboration_branch: str, root_folder: str, project_name: str, last_commit_id: Optional[str] = None, tenant_id: Optional[str] = None, **kwargs)

Variables

type
str

Required. Type of repo configuration.Constant filled by server.

account_name
str

Required. Account name.

repository_name
str

Required. Repository name.

collaboration_branch
str

Required. Collaboration branch.

root_folder
str

Required. Root folder.

last_commit_id
str

Last commit id.

project_name
str

Required. VSTS project name.

tenant_id
str

VSTS tenant id.