次の方法で共有


BastionHost.EnableFileCopy プロパティ

定義

Bastion ホスト リソースのファイル コピー機能の有効化/無効化を取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象