次の方法で共有


BastionHost.EnableTunneling プロパティ

定義

Bastion ホスト リソースのトンネリング機能の有効化/無効化を取得または設定します。

[Newtonsoft.Json.JsonProperty(PropertyName="properties.enableTunneling")]
public bool? EnableTunneling { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.enableTunneling")>]
member this.EnableTunneling : Nullable<bool> with get, set
Public Property EnableTunneling As Nullable(Of Boolean)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象