RecoveryPointDiskConfiguration.NumberOfDisksIncludedInBackup Property

Definition

Gets or sets number of disks included in backup

[Newtonsoft.Json.JsonProperty(PropertyName="numberOfDisksIncludedInBackup")]
public int? NumberOfDisksIncludedInBackup { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="numberOfDisksIncludedInBackup")>]
member this.NumberOfDisksIncludedInBackup : Nullable<int> with get, set
Public Property NumberOfDisksIncludedInBackup As Nullable(Of Integer)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to