你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
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
产品名称。