Share via


BastionHost.EnableTunneling Property

Definition

Gets or sets enable/Disable Tunneling feature of the Bastion Host resource.

[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)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to