AzureBackupYearlyRetentionPolicy Constructor
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 AzureBackupYearlyRetentionPolicy (string retentionType, int retention, System.Collections.Generic.List<Microsoft.Azure.Management.BackupServices.Models.Month> monthsOfYear, Microsoft.Azure.Commands.AzureBackup.Models.RetentionFormat retentionFormat, System.Collections.Generic.List<string> daysOfMonth, System.Collections.Generic.List<Microsoft.Azure.Management.BackupServices.Models.WeekNumber> weekNumber, System.Collections.Generic.List<DayOfWeek> daysOfWeek);
new Microsoft.Azure.Commands.AzureBackup.Models.AzureBackupYearlyRetentionPolicy : string * int * System.Collections.Generic.List<Microsoft.Azure.Management.BackupServices.Models.Month> * Microsoft.Azure.Commands.AzureBackup.Models.RetentionFormat * System.Collections.Generic.List<string> * System.Collections.Generic.List<Microsoft.Azure.Management.BackupServices.Models.WeekNumber> * System.Collections.Generic.List<DayOfWeek> -> Microsoft.Azure.Commands.AzureBackup.Models.AzureBackupYearlyRetentionPolicy
Public Sub New (retentionType As String, retention As Integer, monthsOfYear As List(Of Month), retentionFormat As RetentionFormat, daysOfMonth As List(Of String), weekNumber As List(Of WeekNumber), daysOfWeek As List(Of DayOfWeek))
Parameters
- retentionType
- String
- retention
- Int32
- retentionFormat
- RetentionFormat
- weekNumber
- List<WeekNumber>