FactoryProperties Class

Factory resource properties.

Constructor

FactoryProperties(*args: Any, **kwargs: Any)

Variables

Name Description
provisioning_state
str

Factory provisioning state, example Succeeded.

create_time

Time the factory was created in ISO8601 format.

version
str

Version of the factory.

purview_configuration

Purview information of the factory.

repo_configuration

Git repo information of the factory.

global_parameters

List of parameters for factory.

encryption

Properties to enable Customer Managed Key for the factory.

public_network_access

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

Attributes

create_time

Time the factory was created in ISO8601 format.

create_time: datetime | None

encryption

Properties to enable Customer Managed Key for the factory.

encryption: _models.EncryptionConfiguration | None

global_parameters

List of parameters for factory.

global_parameters: dict[str, '_models.GlobalParameterSpecification'] | None

provisioning_state

Factory provisioning state, example Succeeded.

provisioning_state: str | None

public_network_access

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

public_network_access: str | _models.PublicNetworkAccess | None

purview_configuration

Purview information of the factory.

purview_configuration: _models.PurviewConfiguration | None

repo_configuration

Git repo information of the factory.

repo_configuration: _models.FactoryRepoConfiguration | None

version

Version of the factory.

version: str | None