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

PurchasePlan(String, String, String) 构造函数

定义

初始化 PurchasePlan 的新实例。

public PurchasePlan (string publisher, string name, string product);
new Azure.ResourceManager.Compute.Models.PurchasePlan : string * string * string -> Azure.ResourceManager.Compute.Models.PurchasePlan
Public Sub New (publisher As String, name As String, product As String)

参数

publisher
String

发布者 ID。

name
String

计划 ID。

product
String

指定市场中映像的产品。 此值与 imageReference 元素下的 Offer 相同。

例外

publishernameproduct 为 null。

适用于