다음을 통해 공유


VolumeBackups.BackupsCount Property

Definition

Gets or sets total count of backups for volume

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to