AppServicePlanData.RdpEnabled Property

Definition

If <code>true</code>, RDP access is enabled for this App Service plan. Only applicable for IsCustomMode ASPs. If <code>false</code>, RDP access is disabled. Serialized Name: AppServicePlan.properties.rdpEnabled

public bool? RdpEnabled { get; set; }
member this.RdpEnabled : Nullable<bool> with get, set
Public Property RdpEnabled As Nullable(Of Boolean)

Property Value

Applies to