次の方法で共有


RemoteLoginInformation.IpAddress プロパティ

定義

IP アドレスを取得します。

[Newtonsoft.Json.JsonProperty(PropertyName="ipAddress")]
public string IpAddress { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="ipAddress")>]
member this.IpAddress : string
Public ReadOnly Property IpAddress As String

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

注釈

コンピューティング ノードのパブリック IP アドレス。

適用対象