你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

RegionSkuDetail Class

Definition

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.

Applies to