AzureBackupMonthlyRetentionPolicy 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 AzureBackupMonthlyRetentionPolicy (string retentionType, int retention, 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.AzureBackupMonthlyRetentionPolicy : string * int * 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.AzureBackupMonthlyRetentionPolicy
Public Sub New (retentionType As String, retention As Integer, 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>