BackupSchedule 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
BackupSchedule() |
Initializes a new instance of the BackupSchedule class. |
BackupSchedule(ScheduleRecurrence, BackupType, Int64, DateTime, ScheduleStatus, String, String, String, Nullable<Kind>, Nullable<DateTime>) |
Initializes a new instance of the BackupSchedule class. |
BackupSchedule()
Initializes a new instance of the BackupSchedule class.
public BackupSchedule ();
Public Sub New ()
Applies to
BackupSchedule(ScheduleRecurrence, BackupType, Int64, DateTime, ScheduleStatus, String, String, String, Nullable<Kind>, Nullable<DateTime>)
Initializes a new instance of the BackupSchedule class.
public BackupSchedule (Microsoft.Azure.Management.StorSimple8000Series.Models.ScheduleRecurrence scheduleRecurrence, Microsoft.Azure.Management.StorSimple8000Series.Models.BackupType backupType, long retentionCount, DateTime startTime, Microsoft.Azure.Management.StorSimple8000Series.Models.ScheduleStatus scheduleStatus, string id = default, string name = default, string type = default, Microsoft.Azure.Management.StorSimple8000Series.Models.Kind? kind = default, DateTime? lastSuccessfulRun = default);
new Microsoft.Azure.Management.StorSimple8000Series.Models.BackupSchedule : Microsoft.Azure.Management.StorSimple8000Series.Models.ScheduleRecurrence * Microsoft.Azure.Management.StorSimple8000Series.Models.BackupType * int64 * DateTime * Microsoft.Azure.Management.StorSimple8000Series.Models.ScheduleStatus * string * string * string * Nullable<Microsoft.Azure.Management.StorSimple8000Series.Models.Kind> * Nullable<DateTime> -> Microsoft.Azure.Management.StorSimple8000Series.Models.BackupSchedule
Public Sub New (scheduleRecurrence As ScheduleRecurrence, backupType As BackupType, retentionCount As Long, startTime As DateTime, scheduleStatus As ScheduleStatus, Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional kind As Nullable(Of Kind) = Nothing, Optional lastSuccessfulRun As Nullable(Of DateTime) = Nothing)
Parameters
- scheduleRecurrence
- ScheduleRecurrence
The schedule recurrence.
- backupType
- BackupType
The type of backup which needs to be taken. Possible values include: 'LocalSnapshot', 'CloudSnapshot'
- retentionCount
- Int64
The number of backups to be retained.
- startTime
- DateTime
The start time of the schedule.
- scheduleStatus
- ScheduleStatus
The schedule status. Possible values include: 'Enabled', 'Disabled'
- id
- String
The path ID that uniquely identifies the object.
- name
- String
The name of the object.
- type
- String
The hierarchical type of the object.
The Kind of the object. Currently only Series8000 is supported. Possible values include: 'Series8000'
The last successful backup run which was triggered for the schedule.
Applies to
Azure SDK for .NET