次の方法で共有


ConnectionProfile.WebSshAccess プロパティ

定義

WEB Access over SSH の有効なアクセス レベルを取得または設定します。 使用可能な値は、'Public'、'Private'、'None' です。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象