IBackupItemProperties.Database Property

Definition

List of databases included in the backup.

[Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Create=false, Description="List of databases included in the backup.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IDatabaseBackupSetting) }, Read=true, ReadOnly=true, Required=false, SerializedName="databases", Update=false)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IDatabaseBackupSetting> Database { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Create=false, Description="List of databases included in the backup.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IDatabaseBackupSetting) }, Read=true, ReadOnly=true, Required=false, SerializedName="databases", Update=false)>]
member this.Database : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IDatabaseBackupSetting>
Public ReadOnly Property Database As List(Of IDatabaseBackupSetting)

Property Value

Attributes

Applies to