FactoryUpdateParameters Class

Parameters for updating a factory resource.

Inheritance
FactoryUpdateParameters

Constructor

FactoryUpdateParameters(*, tags: Optional[Dict[str, str]] = None, identity: Optional[_models.FactoryIdentity] = None, public_network_access: Optional[Union[str, _models.PublicNetworkAccess]] = None, **kwargs)

Variables

tags
dict[str, str]

A set of tags. The resource tags.

identity
FactoryIdentity

Managed service identity of the factory.

public_network_access
str or PublicNetworkAccess

Whether or not public network access is allowed for the data factory. Known values are: "Enabled", "Disabled".