BackupRequestInner.Databases Property

Definition

Gets or sets databases included in the backup.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.databases")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.AppService.Fluent.Models.DatabaseBackupSetting> Databases { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.databases")>]
member this.Databases : System.Collections.Generic.IList<Microsoft.Azure.Management.AppService.Fluent.Models.DatabaseBackupSetting> with get, set
Public Property Databases As IList(Of DatabaseBackupSetting)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to