AlternativeOption Class

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

Inheritance
azure.mgmt.compute._serialization.Model
AlternativeOption

Constructor

AlternativeOption(*, type: str | _models.AlternativeType | None = None, value: str | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
type

Describes the type of the alternative option. Known values are: "None", "Offer", and "Plan".

value
str

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.

Variables

Name Description
type

Describes the type of the alternative option. Known values are: "None", "Offer", and "Plan".

value
str

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.