Udostępnij za pośrednictwem


Plan Constructors

Definition

Overloads

Plan()

Initializes a new instance of the Plan class.

Plan(String, String, String)

Initializes a new instance of the Plan class with required arguments.

Plan()

Initializes a new instance of the Plan class.

public Plan ();
Public Sub New ()

Applies to

Plan(String, String, String)

Initializes a new instance of the Plan class with required arguments.

public Plan (string name, string publisher, string product);
new Microsoft.WindowsAzure.Management.Compute.Models.Plan : string * string * string -> Microsoft.WindowsAzure.Management.Compute.Models.Plan
Public Sub New (name As String, publisher As String, product As String)

Parameters

name
String
publisher
String
product
String

Applies to