Share via


NewBackupPolicyConfig Constructors

Definition

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>
volumeIds
List<String>

Applies to