次の方法で共有


BackupItemInner.Databases プロパティ

定義

バックアップに含まれるデータベースの一覧を取得します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象