Factory Class
Factory resource type.
Variables are only populated by the server, and will be ignored when sending a request.
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. Default value: None
|
|
tags
|
The resource tags. Default value: None
|
|
additional_properties
|
Unmatched properties from the message are deserialized to this collection. Default value: None
|
|
identity
|
Managed service identity of the factory. Default value: None
|
|
purview_configuration
|
Purview information of the factory. Default value: None
|
|
repo_configuration
|
Git repo information of the factory. Default value: None
|
|
global_parameters
|
List of parameters for factory. Default value: None
|
|
encryption
|
Properties to enable Customer Managed Key for the factory. Default value: None
|
|
public_network_access
|
Whether or not public network access is allowed for the data factory. Known values are: "Enabled" and "Disabled". Default value: None
|
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". |