FactoryVSTSConfiguration Class
Factory's VSTS repo information.
All required parameters must be populated in order to send to server.
- Inheritance
-
azure.mgmt.datafactory.models._models_py3.FactoryRepoConfigurationFactoryVSTSConfiguration
Constructor
FactoryVSTSConfiguration(*, account_name: str, repository_name: str, collaboration_branch: str, root_folder: str, project_name: str, last_commit_id: str | None = None, disable_publish: bool | None = None, tenant_id: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
account_name
|
Account name. Required. |
repository_name
|
Repository name. Required. |
collaboration_branch
|
Collaboration branch. Required. |
root_folder
|
Root folder. Required. |
last_commit_id
|
Last commit id. |
disable_publish
|
Disable manual publish operation in ADF studio to favor automated publish. |
project_name
|
VSTS project name. Required. |
tenant_id
|
VSTS tenant id. |
Variables
Name | Description |
---|---|
type
|
Type of repo configuration. Required. |
account_name
|
Account name. Required. |
repository_name
|
Repository name. Required. |
collaboration_branch
|
Collaboration branch. Required. |
root_folder
|
Root folder. Required. |
last_commit_id
|
Last commit id. |
disable_publish
|
Disable manual publish operation in ADF studio to favor automated publish. |
project_name
|
VSTS project name. Required. |
tenant_id
|
VSTS tenant id. |
Azure SDK for Python