Package version:

Interface AlternativeOption

Describes the alternative option specified by the Publisher for this image when this image is deprecated.

interface AlternativeOption {
    type?: string;
    value?: string;
}

Properties

Properties

type?: string

Describes the type of the alternative option.

value?: string

Indicates the alternative option value specified by the Publisher. This is the Offer name when the type is Offer or the Plan name when the type is Plan.