IBackupItemProperties.BackupId Property

Definition

Id of the backup.

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

Property Value

Attributes

Applies to