RegionSkuDetails 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.
List of details about all the available SKUs
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.Api20230301Preview.RegionSkuDetailsTypeConverter))]
public class RegionSkuDetails : Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.Api20230301Preview.IRegionSkuDetails
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.Api20230301Preview.RegionSkuDetailsTypeConverter))>]
type RegionSkuDetails = class
interface IRegionSkuDetails
interface IJsonSerializable
Public Class RegionSkuDetails
Implements IRegionSkuDetails
- Inheritance
-
RegionSkuDetails
- Attributes
- Implements
Constructors
RegionSkuDetails() |
Creates an new RegionSkuDetails instance. |
Properties
Value |
List of Sku Detail |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of RegionSkuDetails. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of RegionSkuDetails. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.Api20230301Preview.IRegionSkuDetails. |
FromJsonString(String) |
Creates a new instance of RegionSkuDetails, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of RegionSkuDetails into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |