FactoryUpdateParameters Class

Parameters for updating a factory resource.

Inheritance
azure.mgmt.datafactory._serialization.Model
FactoryUpdateParameters

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".