Partager via


ResourceModelWithAllowedPropertySetPlan Constructeurs

Définition

Surcharges

ResourceModelWithAllowedPropertySetPlan()

Initialise une nouvelle instance de la classe ResourceModelWithAllowedPropertySetPlan.

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

Initialise une nouvelle instance de la classe ResourceModelWithAllowedPropertySetPlan.

ResourceModelWithAllowedPropertySetPlan()

Initialise une nouvelle instance de la classe ResourceModelWithAllowedPropertySetPlan.

public ResourceModelWithAllowedPropertySetPlan ();
Public Sub New ()

S’applique à

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

Initialise une nouvelle instance de la classe ResourceModelWithAllowedPropertySetPlan.

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

Paramètres

name
String

Nom défini par l’utilisateur de l’artefact tiers en cours d’obtention.

publisher
String

Éditeur de l’artefact tiers acheté. Par exemple, NewRelic

product
String

Artefact tiers en cours d’acquisition. Par exemple, NewRelic. Le produit est mappé à l’OfferID spécifié pour l’artefact au moment de l’intégration du marché des données.

promotionCode
String

Un éditeur a fourni le code de promotion tel qu’il a été approvisionné dans le marché des données pour le produit/artefact en cours.

version
String

Version du produit/artefact souhaité.

S’applique à