BackupItemInner.BackupId Property

Definition

Gets id of the backup.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.id")]
public int? BackupId { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.id")>]
member this.BackupId : Nullable<int>
Public ReadOnly Property BackupId As Nullable(Of Integer)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to