FactoryUpdateParameters Class
Parameters for updating a factory resource.
- Inheritance
-
azure.mgmt.datafactory._serialization.ModelFactoryUpdateParameters
Constructor
FactoryUpdateParameters(*, tags: Dict[str, str] | None = None, identity: _models.FactoryIdentity | None = None, public_network_access: str | _models.PublicNetworkAccess | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
tags
|
The resource tags. |
identity
|
Managed service identity of the factory. |
public_network_access
|
Whether or not public network access is allowed for the data factory. Known values are: "Enabled" and "Disabled". |
Variables
Name | Description |
---|---|
tags
|
The resource tags. |
identity
|
Managed service identity of the factory. |
public_network_access
|
Whether or not public network access is allowed for the data factory. Known values are: "Enabled" and "Disabled". |
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