Factory interface
Factory resource type.
- Extends
Properties
create |
Time the factory was created in ISO8601 format. NOTE: This property will not be serialized. It can only be populated by the server. |
encryption | Properties to enable Customer Managed Key for the factory. |
global |
List of parameters for factory. |
identity | Managed service identity of the factory. |
provisioning |
Factory provisioning state, example Succeeded. NOTE: This property will not be serialized. It can only be populated by the server. |
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. |
version | Version of the factory. NOTE: This property will not be serialized. It can only be populated by the server. |
Inherited Properties
e |
Etag identifies change in the resource. NOTE: This property will not be serialized. It can only be populated by the server. |
id | The resource identifier. NOTE: This property will not be serialized. It can only be populated by the server. |
location | The resource location. |
name | The resource name. NOTE: This property will not be serialized. It can only be populated by the server. |
tags | The resource tags. |
type | The resource type. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
createTime
Time the factory was created in ISO8601 format. NOTE: This property will not be serialized. It can only be populated by the server.
createTime?: Date
Property Value
Date
encryption
Properties to enable Customer Managed Key for the factory.
encryption?: EncryptionConfiguration
Property Value
globalParameters
List of parameters for factory.
globalParameters?: {[propertyName: string]: GlobalParameterSpecification}
Property Value
{[propertyName: string]: GlobalParameterSpecification}
identity
provisioningState
Factory provisioning state, example Succeeded. NOTE: This property will not be serialized. It can only be populated by the server.
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
version
Version of the factory. NOTE: This property will not be serialized. It can only be populated by the server.
version?: string
Property Value
string
Inherited Property Details
eTag
Etag identifies change in the resource. NOTE: This property will not be serialized. It can only be populated by the server.
eTag?: string
Property Value
string
Inherited From Resource.eTag
id
The resource identifier. NOTE: This property will not be serialized. It can only be populated by the server.
id?: string
Property Value
string
Inherited From Resource.id
location
name
The resource name. NOTE: This property will not be serialized. It can only be populated by the server.
name?: string
Property Value
string
Inherited From Resource.name
tags
The resource tags.
tags?: {[propertyName: string]: string}
Property Value
{[propertyName: string]: string}
Inherited From Resource.tags
type
The resource type. NOTE: This property will not be serialized. It can only be populated by the server.
type?: string
Property Value
string
Inherited From Resource.type