Dela via


ConnectionProfile.ClientRdpAccess Property

Definition

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

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to