FactoryRepoUpdate Class
Factory's git repo information.
- Inheritance
-
azure.mgmt.datafactory._serialization.ModelFactoryRepoUpdate
Constructor
FactoryRepoUpdate(*, factory_resource_id: str | None = None, repo_configuration: _models.FactoryRepoConfiguration | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
factory_resource_id
|
The factory resource id. |
repo_configuration
|
Git repo information of the factory. |
Variables
Name | Description |
---|---|
factory_resource_id
|
The factory resource id. |
repo_configuration
|
Git repo information of the factory. |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python