NewBackupPolicyConfig Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
NewBackupPolicyConfig() |
Initializes a new instance of the NewBackupPolicyConfig class. |
NewBackupPolicyConfig(String, List<BackupScheduleBase>, List<String>) |
Initializes a new instance of the NewBackupPolicyConfig class with required arguments. |
NewBackupPolicyConfig()
Initializes a new instance of the NewBackupPolicyConfig class.
public NewBackupPolicyConfig ();
Public Sub New ()
Applies to
NewBackupPolicyConfig(String, List<BackupScheduleBase>, List<String>)
Initializes a new instance of the NewBackupPolicyConfig class with required arguments.
public NewBackupPolicyConfig (string name, System.Collections.Generic.List<Microsoft.WindowsAzure.Management.StorSimple.Models.BackupScheduleBase> backupSchedules, System.Collections.Generic.List<string> volumeIds);
new Microsoft.WindowsAzure.Management.StorSimple.Models.NewBackupPolicyConfig : string * System.Collections.Generic.List<Microsoft.WindowsAzure.Management.StorSimple.Models.BackupScheduleBase> * System.Collections.Generic.List<string> -> Microsoft.WindowsAzure.Management.StorSimple.Models.NewBackupPolicyConfig
Public Sub New (name As String, backupSchedules As List(Of BackupScheduleBase), volumeIds As List(Of String))
Parameters
- name
- String
- backupSchedules
- List<BackupScheduleBase>