Share via


AzureIaaSVMProtectedItemExtendedInfo.RecoveryPointCount Property

Definition

Gets or sets number of backup copies available for this backup item.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to