Share via


RestoreRequest.Databases Property

Definition

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to