ConnectionProfile.WebRdpAccess 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.
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