FactoryUpdateParameters Class
Parameters for updating a factory resource.
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. Default value: None
|
identity
|
Managed service identity of the factory. Default value: None
|
public_network_access
|
Whether or not public network access is allowed for the data factory. Known values are: "Enabled" and "Disabled". Default value: None
|
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". |