Compartilhar via


BackupRequest Constructors

Definition

Overloads

BackupRequest()
BackupRequest(String, String, String, String, String, String, Nullable<Boolean>, BackupSchedule, IList<DatabaseBackupSetting>, Nullable<BackupRestoreOperationType>)

BackupRequest()

public BackupRequest ();
Public Sub New ()

Applies to

BackupRequest(String, String, String, String, String, String, Nullable<Boolean>, BackupSchedule, IList<DatabaseBackupSetting>, Nullable<BackupRestoreOperationType>)

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

Parameters

backupRequestName
String
storageAccountUrl
String
id
String
name
String
kind
String
type
String
enabled
Nullable<Boolean>
backupSchedule
BackupSchedule

Applies to