ResourceModelWithAllowedPropertySetPlan Constructors

Definition

Overloads

ResourceModelWithAllowedPropertySetPlan()

Initializes a new instance of the ResourceModelWithAllowedPropertySetPlan class.

ResourceModelWithAllowedPropertySetPlan(String, String, String, String, String)

Initializes a new instance of the ResourceModelWithAllowedPropertySetPlan class.

ResourceModelWithAllowedPropertySetPlan()

Initializes a new instance of the ResourceModelWithAllowedPropertySetPlan class.

public ResourceModelWithAllowedPropertySetPlan ();
Public Sub New ()

Applies to

ResourceModelWithAllowedPropertySetPlan(String, String, String, String, String)

Initializes a new instance of the ResourceModelWithAllowedPropertySetPlan class.

public ResourceModelWithAllowedPropertySetPlan (string name, string publisher, string product, string promotionCode = default, string version = default);
new Microsoft.Azure.Management.KubernetesConfiguration.Models.ResourceModelWithAllowedPropertySetPlan : string * string * string * string * string -> Microsoft.Azure.Management.KubernetesConfiguration.Models.ResourceModelWithAllowedPropertySetPlan
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