Factory interface
Factory resource type.
- Extends
Properties
| additional |
Additional properties |
| create |
Time the factory was created in ISO8601 format. |
| encryption | Properties to enable Customer Managed Key for the factory. |
| e |
If eTag is provided in the response body, it may also be provided as a header per the normal etag convention. Entity tags are used for comparing two or more entities from the same requested resource. HTTP/1.1 uses entity tags in the etag (section 14.19), If-Match (section 14.24), If-None-Match (section 14.26), and If-Range (section 14.27) header fields. |
| global |
List of parameters for factory. |
| identity | Managed service identity of the factory. |
| location | The geo-location where the resource lives |
| provisioning |
Factory provisioning state, example Succeeded. |
| public |
Whether or not public network access is allowed for the data factory. |
| purview |
Purview information of the factory. |
| repo |
Git repo information of the factory. |
| tags | Resource tags. |
| version | Version of the factory. |
Inherited Properties
| id | Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} |
| name | The name of the resource |
| system |
Azure Resource Manager metadata containing createdBy and modifiedBy information. |
| type | The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" |
Property Details
additionalProperties
Additional properties
additionalProperties?: Record<string, any>
Property Value
Record<string, any>
createTime
Time the factory was created in ISO8601 format.
createTime?: Date
Property Value
Date
encryption
Properties to enable Customer Managed Key for the factory.
encryption?: EncryptionConfiguration
Property Value
eTag
If eTag is provided in the response body, it may also be provided as a header per the normal etag convention. Entity tags are used for comparing two or more entities from the same requested resource. HTTP/1.1 uses entity tags in the etag (section 14.19), If-Match (section 14.24), If-None-Match (section 14.26), and If-Range (section 14.27) header fields.
eTag?: string
Property Value
string
globalParameters
List of parameters for factory.
globalParameters?: Record<string, GlobalParameterSpecification>
Property Value
Record<string, GlobalParameterSpecification>
identity
location
The geo-location where the resource lives
location?: string
Property Value
string
provisioningState
Factory provisioning state, example Succeeded.
provisioningState?: string
Property Value
string
publicNetworkAccess
Whether or not public network access is allowed for the data factory.
publicNetworkAccess?: string
Property Value
string
purviewConfiguration
Purview information of the factory.
purviewConfiguration?: PurviewConfiguration
Property Value
repoConfiguration
Git repo information of the factory.
repoConfiguration?: FactoryRepoConfigurationUnion
Property Value
tags
Resource tags.
tags?: Record<string, string>
Property Value
Record<string, string>
version
Version of the factory.
version?: string
Property Value
string
Inherited Property Details
id
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
id?: string
Property Value
string
Inherited From Resource.id
name
systemData
Azure Resource Manager metadata containing createdBy and modifiedBy information.
systemData?: SystemData
Property Value
Inherited From Resource.systemData
type
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
type?: string
Property Value
string
Inherited From Resource.type