Package version:

The type used for update operations of the DataProduct.

interface DataProductUpdate {
    identity?: ManagedServiceIdentity;
    properties?: DataProductUpdateProperties;
    tags?: {
        [propertyName: string]: string;
    };
}

Properties

The managed service identities assigned to this resource.

The updatable properties of the DataProduct.

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

Resource tags.

Type declaration

  • [propertyName: string]: string

Generated using TypeDoc