Package version:

Interface FactoryUpdateParameters

Parameters for updating a factory resource.

interface FactoryUpdateParameters {
    identity?: FactoryIdentity;
    publicNetworkAccess?: string;
    tags?: {
        [propertyName: string]: string;
    };
}

Properties

identity?: FactoryIdentity

Managed service identity of the factory.

publicNetworkAccess?: string

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

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

The resource tags.