次の方法で共有


ConnectionProfile.ClientSshAccess プロパティ

定義

SSH 経由のクライアント アクセスに対して有効なアクセス レベルを取得または設定します。 指定できる値は、'Public'、'Private'、'None' です。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象