Udostępnij za pośrednictwem


CSMBackupSchedule Konstruktory

Definicja

Przeciążenia

CSMBackupSchedule()

Inicjuje nowe wystąpienie klasy CSMBackupSchedule.

CSMBackupSchedule(String, String, IList<DateTime>)

Inicjuje nowe wystąpienie klasy CSMBackupSchedule z wymaganymi argumentami.

CSMBackupSchedule()

Inicjuje nowe wystąpienie klasy CSMBackupSchedule.

public CSMBackupSchedule ();
Public Sub New ()

Dotyczy

CSMBackupSchedule(String, String, IList<DateTime>)

Inicjuje nowe wystąpienie klasy CSMBackupSchedule z wymaganymi argumentami.

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))

Parametry

backupType
String
scheduleRun
String
scheduleRunTimes
IList<DateTime>

Dotyczy