SkuName 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.
The name of sku
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Reservations.Models.Api20221101.SkuNameTypeConverter))]
public class SkuName : Microsoft.Azure.PowerShell.Cmdlets.Reservations.Models.Api20221101.ISkuName
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Reservations.Models.Api20221101.SkuNameTypeConverter))>]
type SkuName = class
interface ISkuName
interface IJsonSerializable
Public Class SkuName
Implements ISkuName
- Inheritance
-
SkuName
- Attributes
- Implements
Constructors
SkuName() |
Creates an new SkuName instance. |
Properties
Name |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of SkuName. |
DeserializeFromPSObject(PSObject) | |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Reservations.Models.Api20221101.ISkuName. |
FromJsonString(String) |
Creates a new instance of SkuName, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) | |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |