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

PurchasePlan(String, String, String) Constructor

Definition

Initializes a new instance of 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)

Parameters

publisher
String

The publisher ID.

name
String

The plan ID.

product
String

Specifies the product of the image from the marketplace. This is the same value as Offer under the imageReference element.

Exceptions

publisher, name or product is null.

Applies to