CSMBackupSchedule Constructors

Definition

Overloads

CSMBackupSchedule()

Initializes a new instance of the CSMBackupSchedule class.

CSMBackupSchedule(String, String, IList<DateTime>)

Initializes a new instance of the CSMBackupSchedule class with required arguments.

CSMBackupSchedule()

Initializes a new instance of the CSMBackupSchedule class.

public CSMBackupSchedule ();
Public Sub New ()

Applies to

CSMBackupSchedule(String, String, IList<DateTime>)

Initializes a new instance of the CSMBackupSchedule class with required arguments.

public CSMBackupSchedule (string backupType, string scheduleRun, System.Collections.Generic.IList<DateTime> scheduleRunTimes);
new Microsoft.Azure.Management.BackupServices.Models.CSMBackupSchedule : string * string * System.Collections.Generic.IList<DateTime> -> Microsoft.Azure.Management.BackupServices.Models.CSMBackupSchedule
Public Sub New (backupType As String, scheduleRun As String, scheduleRunTimes As IList(Of DateTime))

Parameters

backupType
String
scheduleRun
String
scheduleRunTimes
IList<DateTime>

Applies to