次の方法で共有


BastionActiveSession.Protocol プロパティ

定義

ターゲットへの接続に使用されるプロトコルを取得します。 使用可能な値は、'SSH'、'RDP' です。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象