共用方式為


PurchasePlan 類別

用於透過 MarketPlace 建立任何協力廠商成品的購買內容。

必須填入所有必要的參數,才能傳送至 Azure。

繼承
azure.mgmt.compute._serialization.Model
PurchasePlan

建構函式

PurchasePlan(*, name: str, publisher: str, product: str, promotion_code: str | None = None, **kwargs: Any)

Keyword-Only Parameters

name
str

方案識別碼。 必要。

publisher
str

發行者識別碼。 必要。

product
str

指定市集中映射的產品。 這個值與 imageReference 元素下的 Offer 相同。 必要。

promotion_code
str

供應專案促銷碼。

變數

name
str

方案識別碼。 必要。

publisher
str

發行者識別碼。 必要。

product
str

指定市集中映射的產品。 這個值與 imageReference 元素下的 Offer 相同。 必要。

promotion_code
str

供應專案促銷碼。