PackageStore Class
Package store for the SSIS integration runtime.
All required parameters must be populated in order to send to server.
- Inheritance
-
azure.mgmt.datafactory._serialization.ModelPackageStore
Constructor
PackageStore(*, name: str, package_store_linked_service: _models.EntityReference, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
name
|
The name of the package store. Required. |
package_store_linked_service
|
The package store linked service reference. Required. |
Variables
Name | Description |
---|---|
name
|
The name of the package store. Required. |
package_store_linked_service
|
The package store linked service reference. Required. |
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