Package version:

Factory resource type.

interface Factory {
    createTime?: any;
    encryption?: EncryptionConfiguration;
    eTag?: string;
    globalParameters?: {
        [propertyName: string]: GlobalParameterSpecification;
    };
    id?: string;
    identity?: FactoryIdentity;
    location?: string;
    name?: string;
    provisioningState?: string;
    publicNetworkAccess?: string;
    purviewConfiguration?: PurviewConfiguration;
    repoConfiguration?: FactoryRepoConfigurationUnion;
    tags?: {
        [propertyName: string]: string;
    };
    type?: string;
    version?: string;
    [property: string]: any;
}

Hierarchy (view full)

Indexable

  • [property: string]: any

    Describes unknown properties. The value of an unknown property can be of "any" type.

Properties

createTime?: any

Time the factory was created in ISO8601 format. NOTE: This property will not be serialized. It can only be populated by the server.

Properties to enable Customer Managed Key for the factory.

eTag?: string

Etag identifies change in the resource. NOTE: This property will not be serialized. It can only be populated by the server.

globalParameters?: {
    [propertyName: string]: GlobalParameterSpecification;
}

List of parameters for factory.

id?: string

The resource identifier. NOTE: This property will not be serialized. It can only be populated by the server.

identity?: FactoryIdentity

Managed service identity of the factory.

location?: string

The resource location.

name?: string

The resource name. NOTE: This property will not be serialized. It can only be populated by the server.

provisioningState?: string

Factory provisioning state, example Succeeded. NOTE: This property will not be serialized. It can only be populated by the server.

publicNetworkAccess?: string

Whether or not public network access is allowed for the data factory.

purviewConfiguration?: PurviewConfiguration

Purview information of the factory.

repoConfiguration?: FactoryRepoConfigurationUnion

Git repo information of the factory.

tags?: {
    [propertyName: string]: string;
}

The resource tags.

type?: string

The resource type. NOTE: This property will not be serialized. It can only be populated by the server.

version?: string

Version of the factory. NOTE: This property will not be serialized. It can only be populated by the server.