Cache.MountAddresses プロパティ

定義

このキャッシュをマウントしているクライアントが使用できる IP アドレスの配列を取得します。

[Newtonsoft.Json.JsonProperty(PropertyName="properties.mountAddresses")]
public System.Collections.Generic.IList<string> MountAddresses { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.mountAddresses")>]
member this.MountAddresses : System.Collections.Generic.IList<string>
Public ReadOnly Property MountAddresses As IList(Of String)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象