CustomImagePropertiesFromPlan Class

Properties for plan on a custom image.

Constructor

CustomImagePropertiesFromPlan(*, id: str | None = None, publisher: str | None = None, offer: str | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
id
str

The id of the plan, equivalent to name of the plan.

Default value: None
publisher
str

The publisher for the plan from the marketplace image the custom image is derived from.

Default value: None
offer
str

The offer for the plan from the marketplace image the custom image is derived from.

Default value: None

Variables

Name Description
id
str

The id of the plan, equivalent to name of the plan.

publisher
str

The publisher for the plan from the marketplace image the custom image is derived from.

offer
str

The offer for the plan from the marketplace image the custom image is derived from.