ArmCommvaultContentStoreModelFactory.CommvaultBackupSchedule Method
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.
public static Azure.ResourceManager.CommvaultContentStore.Models.CommvaultBackupSchedule CommvaultBackupSchedule(Azure.ResourceManager.CommvaultContentStore.Models.CommvaultBackupType backupType = default, Azure.ResourceManager.CommvaultContentStore.Models.CommvaultBackupFrequency? frequency = default, int? runsEvery = default, Azure.ResourceManager.CommvaultContentStore.Models.WeekOfMonth? weekOfMonth = default, Azure.ResourceManager.CommvaultContentStore.Models.CommvaultDayOfWeek? dayOfWeek = default, Azure.ResourceManager.CommvaultContentStore.Models.MonthOfYear? monthOfYear = default, int? dayOfMonth = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.CommvaultContentStore.Models.WeeklyDays> weeklyDays = default, string time = default, string timeZone = default);
static member CommvaultBackupSchedule : Azure.ResourceManager.CommvaultContentStore.Models.CommvaultBackupType * Nullable<Azure.ResourceManager.CommvaultContentStore.Models.CommvaultBackupFrequency> * Nullable<int> * Nullable<Azure.ResourceManager.CommvaultContentStore.Models.WeekOfMonth> * Nullable<Azure.ResourceManager.CommvaultContentStore.Models.CommvaultDayOfWeek> * Nullable<Azure.ResourceManager.CommvaultContentStore.Models.MonthOfYear> * Nullable<int> * seq<Azure.ResourceManager.CommvaultContentStore.Models.WeeklyDays> * string * string -> Azure.ResourceManager.CommvaultContentStore.Models.CommvaultBackupSchedule
Public Shared Function CommvaultBackupSchedule (Optional backupType As CommvaultBackupType = Nothing, Optional frequency As Nullable(Of CommvaultBackupFrequency) = Nothing, Optional runsEvery As Nullable(Of Integer) = Nothing, Optional weekOfMonth As Nullable(Of WeekOfMonth) = Nothing, Optional dayOfWeek As Nullable(Of CommvaultDayOfWeek) = Nothing, Optional monthOfYear As Nullable(Of MonthOfYear) = Nothing, Optional dayOfMonth As Nullable(Of Integer) = Nothing, Optional weeklyDays As IEnumerable(Of WeeklyDays) = Nothing, Optional time As String = Nothing, Optional timeZone As String = Nothing) As CommvaultBackupSchedule
Parameters
- backupType
- CommvaultBackupType
Type of Backup.
- frequency
- Nullable<CommvaultBackupFrequency>
Frequency of Retention.
- weekOfMonth
- Nullable<WeekOfMonth>
Week of the month.
- dayOfWeek
- Nullable<CommvaultDayOfWeek>
Day of the week.
- monthOfYear
- Nullable<MonthOfYear>
Month of the year.
- weeklyDays
- IEnumerable<WeeklyDays>
Weekly Days List.
- time
- String
Time of Retention.
- timeZone
- String
Time Zone.
Returns
A new CommvaultBackupSchedule instance for mocking.