RegionSkuDetail 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.
Details about the location requested and the available skus in the location
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.Api20230301Preview.RegionSkuDetailTypeConverter))]
public class RegionSkuDetail : Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.Api20230301Preview.IRegionSkuDetail
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.Api20230301Preview.RegionSkuDetailTypeConverter))>]
type RegionSkuDetail = class
interface IRegionSkuDetail
interface IJsonSerializable
Public Class RegionSkuDetail
Implements IRegionSkuDetail
- Inheritance
-
RegionSkuDetail
- Attributes
- Implements
Constructors
RegionSkuDetail() |
Creates an new RegionSkuDetail instance. |
Properties
LocationInfoCapability |
List of capabilities |
LocationInfoLocation |
Location name |
ResourceType |
Resource type which has the SKU, such as Microsoft.Cache/redisEnterprise |
SkuDetailName |
The type of RedisEnterprise cluster to deploy. Possible values: (Enterprise_E10, EnterpriseFlash_F300 etc.) |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of RegionSkuDetail. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of RegionSkuDetail. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.Api20230301Preview.IRegionSkuDetail. |
FromJsonString(String) |
Creates a new instance of RegionSkuDetail, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of RegionSkuDetail into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |