次の方法で共有


Sku.Name プロパティ

定義

デプロイする RedisEnterprise クラスターの種類を取得または設定します。 指定できる値: (Enterprise_E10、EnterpriseFlash_F300など)。 指定できる値は、'Enterprise_E10'、'Enterprise_E20'、'Enterprise_E50'、'Enterprise_E100'、'EnterpriseFlash_F300'、'EnterpriseFlash_F700'、'EnterpriseFlash_F1500' です。

[Newtonsoft.Json.JsonProperty(PropertyName="name")]
public string Name { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="name")>]
member this.Name : string with get, set
Public Property Name As String

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象