次の方法で共有


BastionHost.DisableCopyPaste プロパティ

定義

Bastion ホスト リソースのコピー/貼り付け機能の有効化/無効化を取得または設定します。

[Newtonsoft.Json.JsonProperty(PropertyName="properties.disableCopyPaste")]
public bool? DisableCopyPaste { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.disableCopyPaste")>]
member this.DisableCopyPaste : Nullable<bool> with get, set
Public Property DisableCopyPaste As Nullable(Of Boolean)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象