次の方法で共有


AzureWorkloadBackupRequest.EnableCompression プロパティ

定義

圧縮設定のブール値を取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象