BackupScheduleInner 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
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
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET