AzureWorkloadBackupRequest.EnableCompression Property

Definition

Gets or sets bool for Compression setting

[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)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to