Plan Constructors

Definition

Overloads

Plan()

Initializes a new instance of the Plan class.

Plan(String, String, String, String, String)

Initializes a new instance of the Plan class.

Plan()

Initializes a new instance of the Plan class.

public Plan ();
Public Sub New ()

Applies to

Plan(String, String, String, String, String)

Initializes a new instance of the Plan class.

public Plan (string name, string publisher, string product, string promotionCode = default, string version = default);
new Microsoft.Azure.Management.MixedReality.Models.Plan : string * string * string * string * string -> Microsoft.Azure.Management.MixedReality.Models.Plan
Public Sub New (name As String, publisher As String, product As String, Optional promotionCode As String = Nothing, Optional version As String = Nothing)

Parameters

name
String

A user defined name of the 3rd Party Artifact that is being procured.

publisher
String

The publisher of the 3rd Party Artifact that is being bought. E.g. NewRelic

product
String

The 3rd Party artifact that is being procured. E.g. NewRelic. Product maps to the OfferID specified for the artifact at the time of Data Market onboarding.

promotionCode
String

A publisher provided promotion code as provisioned in Data Market for the said product/artifact.

version
String

The version of the desired product/artifact.

Applies to