次の方法で共有


IWithPurchasePlan.WithPurchasePlan メソッド

定義

オーバーロード

WithPurchasePlan(ImagePurchasePlan)

このイメージの購入計画を指定します。

WithPurchasePlan(String, String, String)

このイメージの購入計画を指定します。

WithPurchasePlan(ImagePurchasePlan)

このイメージの購入計画を指定します。

public Microsoft.Azure.Management.Compute.Fluent.GalleryImage.Definition.IWithCreate WithPurchasePlan (Microsoft.Azure.Management.Compute.Fluent.Models.ImagePurchasePlan purchasePlan);
abstract member WithPurchasePlan : Microsoft.Azure.Management.Compute.Fluent.Models.ImagePurchasePlan -> Microsoft.Azure.Management.Compute.Fluent.GalleryImage.Definition.IWithCreate
Public Function WithPurchasePlan (purchasePlan As ImagePurchasePlan) As IWithCreate

パラメーター

purchasePlan
ImagePurchasePlan

購入プラン。

戻り値

適用対象

WithPurchasePlan(String, String, String)

このイメージの購入計画を指定します。

public Microsoft.Azure.Management.Compute.Fluent.GalleryImage.Definition.IWithCreate WithPurchasePlan (string name, string publisher, string product);
abstract member WithPurchasePlan : string * string * string -> Microsoft.Azure.Management.Compute.Fluent.GalleryImage.Definition.IWithCreate
Public Function WithPurchasePlan (name As String, publisher As String, product As String) As IWithCreate

パラメーター

name
String

プラン名。

publisher
String

発行元名。

product
String

製品名。

戻り値

適用対象