次の方法で共有


EndpointBase.Tunnel プロパティ

定義

Video Analyzer がエンドポイント URL に接続できるトンネルを取得または設定します。 これは省略可能なプロパティです。通常、エンドポイントがファイアウォールの内側にある場合に使用されます。

[Newtonsoft.Json.JsonProperty(PropertyName="tunnel")]
public Microsoft.Azure.Management.VideoAnalyzer.Models.TunnelBase Tunnel { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="tunnel")>]
member this.Tunnel : Microsoft.Azure.Management.VideoAnalyzer.Models.TunnelBase with get, set
Public Property Tunnel As TunnelBase

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象