CatalogMsrp 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.
Pricing information about the sku
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Reservations.Models.Api20221101.CatalogMsrpTypeConverter))]
public class CatalogMsrp : Microsoft.Azure.PowerShell.Cmdlets.Reservations.Models.Api20221101.ICatalogMsrp
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Reservations.Models.Api20221101.CatalogMsrpTypeConverter))>]
type CatalogMsrp = class
interface ICatalogMsrp
interface IJsonSerializable
Public Class CatalogMsrp
Implements ICatalogMsrp
- Inheritance
-
CatalogMsrp
- Attributes
- Implements
Constructors
CatalogMsrp() |
Creates an new CatalogMsrp instance. |
Properties
P1Y |
Amount in pricing currency. Tax not included. |
P3Y |
Amount in pricing currency. Tax not included. |
P5Y |
Amount in pricing currency. Tax not included. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of CatalogMsrp. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of CatalogMsrp. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Reservations.Models.Api20221101.ICatalogMsrp. |
FromJsonString(String) |
Creates a new instance of CatalogMsrp, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of CatalogMsrp into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |