次の方法で共有


ConnectionProfile.WebRdpAccess プロパティ

定義

RDP 経由での Web アクセスの有効なアクセス レベルを取得または設定します。 指定できる値は、'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)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象