Factory Class

Factory resource type.

Variables are only populated by the server, and will be ignored when sending a request.

Inheritance
azure.mgmt.datafactory.models._models_py3.Resource
Factory

Constructor

Factory(*, location: Optional[str] = None, tags: Optional[Dict[str, str]] = None, additional_properties: Optional[Dict[str, Any]] = None, identity: Optional[_models.FactoryIdentity] = None, purview_configuration: Optional[_models.PurviewConfiguration] = None, repo_configuration: Optional[_models.FactoryRepoConfiguration] = None, global_parameters: Optional[Dict[str, _models.GlobalParameterSpecification]] = None, encryption: Optional[_models.EncryptionConfiguration] = None, public_network_access: Optional[Union[str, _models.PublicNetworkAccess]] = None, **kwargs)

Variables

id
str

The resource identifier.

name
str

The resource name.

type
str

The resource type.

location
str

The resource location.

tags
dict[str, str]

A set of tags. The resource tags.

e_tag
str

Etag identifies change in the resource.

additional_properties
dict[str, any]

Unmatched properties from the message are deserialized to this collection.

identity
FactoryIdentity

Managed service identity of the factory.

provisioning_state
str

Factory provisioning state, example Succeeded.

create_time
datetime

Time the factory was created in ISO8601 format.

version
str

Version of the factory.

purview_configuration
PurviewConfiguration

Purview information of the factory.

repo_configuration
FactoryRepoConfiguration

Git repo information of the factory.

global_parameters
dict[<xref:str,azure.mgmt.datafactory.models.GlobalParameterSpecification>]

List of parameters for factory.

encryption
EncryptionConfiguration

Properties to enable Customer Managed Key for 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".