BackupScheduleInner Construtores
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
BackupScheduleInner() | |
BackupScheduleInner(ScheduleRecurrence, BackupType, Int64, DateTime, ScheduleStatus, String, String, String, Nullable<Kind>, Nullable<DateTime>) |
BackupScheduleInner()
public BackupScheduleInner ();
Public Sub New ()
Aplica-se a
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)
Parâmetros
- scheduleRecurrence
- ScheduleRecurrence
- backupType
- BackupType
- retentionCount
- Int64
- startTime
- DateTime
- scheduleStatus
- ScheduleStatus
- id
- String
- name
- String
- type
- String
Aplica-se a
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for .NET