BackupRequestInner コンストラクター

定義

オーバーロード

BackupRequestInner()

BackupRequestInner クラスの新しいインスタンスを初期化します。

BackupRequestInner(String, String, String, String, String, String, Nullable<Boolean>, BackupSchedule, IList<DatabaseBackupSetting>)

BackupRequestInner クラスの新しいインスタンスを初期化します。

BackupRequestInner()

BackupRequestInner クラスの新しいインスタンスを初期化します。

public BackupRequestInner ();
Public Sub New ()

適用対象

BackupRequestInner(String, String, String, String, String, String, Nullable<Boolean>, BackupSchedule, IList<DatabaseBackupSetting>)

BackupRequestInner クラスの新しいインスタンスを初期化します。

public BackupRequestInner (string storageAccountUrl, string id = default, string name = default, string type = default, string kind = default, string backupName = default, bool? enabled = default, Microsoft.Azure.Management.AppService.Fluent.Models.BackupSchedule backupSchedule = default, System.Collections.Generic.IList<Microsoft.Azure.Management.AppService.Fluent.Models.DatabaseBackupSetting> databases = default);
new Microsoft.Azure.Management.AppService.Fluent.Models.BackupRequestInner : string * string * string * string * string * string * Nullable<bool> * Microsoft.Azure.Management.AppService.Fluent.Models.BackupSchedule * System.Collections.Generic.IList<Microsoft.Azure.Management.AppService.Fluent.Models.DatabaseBackupSetting> -> Microsoft.Azure.Management.AppService.Fluent.Models.BackupRequestInner
Public Sub New (storageAccountUrl As String, Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional kind As String = Nothing, Optional backupName As String = Nothing, Optional enabled As Nullable(Of Boolean) = Nothing, Optional backupSchedule As BackupSchedule = Nothing, Optional databases As IList(Of DatabaseBackupSetting) = Nothing)

パラメーター

storageAccountUrl
String

コンテナーへの SAS URL。

id
String
name
String
type
String
kind
String

リソースの種類。

backupName
String

バックアップの名前。

enabled
Nullable<Boolean>

バックアップ スケジュールが有効になっている場合は True (その場合は含める必要があります)、バックアップ スケジュールを無効にする必要がある場合は false。

backupSchedule
BackupSchedule

バックアップが定期的に実行される場合は、バックアップのスケジュールを設定します。

databases
IList<DatabaseBackupSetting>

バックアップに含まれるデータベース。

適用対象