PurchasePlan Constructors

Definition

Overloads

PurchasePlan()

Initializes a new instance of the PurchasePlan class.

PurchasePlan(String, String, String)

Initializes a new instance of the PurchasePlan class.

PurchasePlan()

Initializes a new instance of the PurchasePlan class.

public PurchasePlan ();
Public Sub New ()

Applies to

PurchasePlan(String, String, String)

Initializes a new instance of the PurchasePlan class.

public PurchasePlan (string publisher, string name, string product);
new Microsoft.Azure.Management.Compute.Fluent.Models.PurchasePlan : string * string * string -> Microsoft.Azure.Management.Compute.Fluent.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.

Applies to