AppServicePlanData.RdpEnabled Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)