IBackupRequest.Database Property

Definition

Databases included in the backup.

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

Property Value

Attributes

Applies to