IWithPurchasePlan.WithPurchasePlan メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
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
製品名。
戻り値
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET