次の方法で共有


RedisResource.StaticIP プロパティ

定義

静的 IP アドレスを取得または設定します。 必要に応じて、既存の Azure Virtual Network内に Redis キャッシュをデプロイするときに指定できます。既定では自動割り当てされます。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象