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

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

定义

初始化 DiskPurchasePlan 的新实例。

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

参数

name
String

计划 ID。

publisher
String

发布者 ID。

product
String

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

例外

namepublisherproduct 为 null。

适用于