Bagikan melalui


BackupScheduleInner Constructors

Definition

Overloads

BackupScheduleInner()
BackupScheduleInner(ScheduleRecurrence, BackupType, Int64, DateTime, ScheduleStatus, String, String, String, Nullable<Kind>, Nullable<DateTime>)

BackupScheduleInner()

public BackupScheduleInner ();
Public Sub New ()

Applies to

BackupScheduleInner(ScheduleRecurrence, BackupType, Int64, DateTime, ScheduleStatus, String, String, String, Nullable<Kind>, Nullable<DateTime>)

public BackupScheduleInner (Microsoft.Azure.Management.StorSimple.Fluent.Models.ScheduleRecurrence scheduleRecurrence, Microsoft.Azure.Management.StorSimple.Fluent.Models.BackupType backupType, long retentionCount, DateTime startTime, Microsoft.Azure.Management.StorSimple.Fluent.Models.ScheduleStatus scheduleStatus, string id = default, string name = default, string type = default, Microsoft.Azure.Management.StorSimple.Fluent.Models.Kind? kind = default, DateTime? lastSuccessfulRun = default);
new Microsoft.Azure.Management.StorSimple.Fluent.Models.BackupScheduleInner : Microsoft.Azure.Management.StorSimple.Fluent.Models.ScheduleRecurrence * Microsoft.Azure.Management.StorSimple.Fluent.Models.BackupType * int64 * DateTime * Microsoft.Azure.Management.StorSimple.Fluent.Models.ScheduleStatus * string * string * string * Nullable<Microsoft.Azure.Management.StorSimple.Fluent.Models.Kind> * Nullable<DateTime> -> Microsoft.Azure.Management.StorSimple.Fluent.Models.BackupScheduleInner
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
backupType
BackupType
retentionCount
Int64
startTime
DateTime
scheduleStatus
ScheduleStatus
id
String
name
String
type
String
kind
Nullable<Kind>
lastSuccessfulRun
Nullable<DateTime>

Applies to