Share via


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