Share via


IBackupItem.BackupId Property

Definition

Id of the backup.

[Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.Info(Description="Id of the backup.", PossibleTypes=new System.Type[] { typeof(System.Int32) }, ReadOnly=true, Required=false, SerializedName="id")]
public int? BackupId { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.Info(Description="Id of the backup.", PossibleTypes=new System.Type[] { typeof(System.Int32) }, ReadOnly=true, Required=false, SerializedName="id")>]
member this.BackupId : Nullable<int>
Public ReadOnly Property BackupId As Nullable(Of Integer)

Property Value

Attributes

Applies to