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.ResourceFactory
Constructor
Factory(*, location: str | None = None, tags: Dict[str, str] | None = None, additional_properties: Dict[str, MutableMapping[str, Any]] | None = None, identity: _models.FactoryIdentity | None = None, purview_configuration: _models.PurviewConfiguration | None = None, repo_configuration: _models.FactoryRepoConfiguration | None = None, global_parameters: Dict[str, _models.GlobalParameterSpecification] | None = None, encryption: _models.EncryptionConfiguration | None = None, public_network_access: str | _models.PublicNetworkAccess | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
location
|
The resource location. |
tags
|
The resource tags. |
additional_properties
|
Unmatched properties from the message are deserialized to this collection. |
identity
|
Managed service identity 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". |
Variables
Name | Description |
---|---|
id
|
The resource identifier. |
name
|
The resource name. |
type
|
The resource type. |
location
|
The resource location. |
tags
|
The resource tags. |
e_tag
|
Etag identifies change in the resource. |
additional_properties
|
Unmatched properties from the message are deserialized to this collection. |
identity
|
Managed service identity of the factory. |
provisioning_state
|
Factory provisioning state, example Succeeded. |
create_time
|
Time the factory was created in ISO8601 format. |
version
|
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". |
Azure SDK for Python