你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IWithPlan.WithPromotionalPlan(PurchasePlan, String) 方法

定义

指定虚拟机的购买计划。

public Microsoft.Azure.Management.Compute.Fluent.VirtualMachine.Definition.IWithCreate WithPromotionalPlan (Microsoft.Azure.Management.Compute.Fluent.Models.PurchasePlan plan, string promotionCode);
abstract member WithPromotionalPlan : Microsoft.Azure.Management.Compute.Fluent.Models.PurchasePlan * string -> Microsoft.Azure.Management.Compute.Fluent.VirtualMachine.Definition.IWithCreate
Public Function WithPromotionalPlan (plan As PurchasePlan, promotionCode As String) As IWithCreate

参数

plan
PurchasePlan

购买计划。

promotionCode
String

促销代码。

返回

适用于