Package version:

Plan for the resource.

interface Plan {
    name: string;
    product: string;
    promotionCode?: string;
    publisher: string;
    version?: string;
}

Properties

name: string

A user defined name of the 3rd Party Artifact that is being procured.

product: string

The 3rd Party artifact that is being procured. E.g. NewRelic. Product maps to the OfferID specified for the artifact at the time of Data Market onboarding.

promotionCode?: string

A publisher provided promotion code as provisioned in Data Market for the said product/artifact.

publisher: string

The publisher of the 3rd Party Artifact that is being bought. E.g. NewRelic

version?: string

The version of the desired product/artifact.