ResourceModelWithAllowedPropertySetPlan Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api10.ResourceModelWithAllowedPropertySetPlanTypeConverter))]
public class ResourceModelWithAllowedPropertySetPlan : Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api10.IResourceModelWithAllowedPropertySetPlan, Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api10.ResourceModelWithAllowedPropertySetPlanTypeConverter))>]
type ResourceModelWithAllowedPropertySetPlan = class
interface IResourceModelWithAllowedPropertySetPlan
interface IJsonSerializable
interface IPlan
interface IValidates
Public Class ResourceModelWithAllowedPropertySetPlan
Implements IResourceModelWithAllowedPropertySetPlan, IValidates
- Inheritance
-
ResourceModelWithAllowedPropertySetPlan
- Attributes
- Implements
Constructors
ResourceModelWithAllowedPropertySetPlan() |
Creates an new ResourceModelWithAllowedPropertySetPlan instance. |
Properties
Name |
A user defined name of the 3rd Party Artifact that is being procured. |
Product |
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 |
A publisher provided promotion code as provisioned in Data Market for the said product/artifact. |
Publisher |
The publisher of the 3rd Party Artifact that is being bought. E.g. NewRelic |
Version |
The version of the desired product/artifact. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of ResourceModelWithAllowedPropertySetPlan. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of ResourceModelWithAllowedPropertySetPlan. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api10.IResourceModelWithAllowedPropertySetPlan. |
FromJsonString(String) |
Creates a new instance of ResourceModelWithAllowedPropertySetPlan, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of ResourceModelWithAllowedPropertySetPlan into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
Validate(IEventListener) |
Validates that this object meets the validation criteria. |