RecoveryPointDiskConfiguration.NumberOfDisksAttachedToVm Property

Definition

Gets or sets number of disks attached to the VM

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to