Share via


ManagedCluster.AllowRdpAccess Property

Definition

Gets or sets setting this to true enables RDP access to the VM. The default NSG rule opens RDP port to internet which can be overridden with custom Network Security Rules. The default value for this setting is false.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to