ConnectionProfile.WebRdpAccess Property

Definition

Gets or sets the enabled access level for Web Access over RDP. Possible values include: 'Public', 'Private', 'None'

[Newtonsoft.Json.JsonProperty(PropertyName="webRdpAccess")]
public Microsoft.Azure.Management.LabServices.Models.ConnectionType? WebRdpAccess { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="webRdpAccess")>]
member this.WebRdpAccess : Nullable<Microsoft.Azure.Management.LabServices.Models.ConnectionType> with get, set
Public Property WebRdpAccess As Nullable(Of ConnectionType)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to