MonthlySchedule Constructors
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.
Overloads
MonthlySchedule() |
Initializes a new instance of the MonthlySchedule class. |
MonthlySchedule(Nullable<Int32>, String, Nullable<Int32>, Nullable<Int32>, Nullable<Int64>) |
Initializes a new instance of the MonthlySchedule class. |
MonthlySchedule()
Initializes a new instance of the MonthlySchedule class.
public MonthlySchedule ();
Public Sub New ()
Applies to
MonthlySchedule(Nullable<Int32>, String, Nullable<Int32>, Nullable<Int32>, Nullable<Int64>)
Initializes a new instance of the MonthlySchedule class.
public MonthlySchedule (int? snapshotsToKeep = default, string daysOfMonth = default, int? hour = default, int? minute = default, long? usedBytes = default);
new Microsoft.Azure.Management.NetApp.Models.MonthlySchedule : Nullable<int> * string * Nullable<int> * Nullable<int> * Nullable<int64> -> Microsoft.Azure.Management.NetApp.Models.MonthlySchedule
Public Sub New (Optional snapshotsToKeep As Nullable(Of Integer) = Nothing, Optional daysOfMonth As String = Nothing, Optional hour As Nullable(Of Integer) = Nothing, Optional minute As Nullable(Of Integer) = Nothing, Optional usedBytes As Nullable(Of Long) = Nothing)
Parameters
- daysOfMonth
- String
Indicates which days of the month snapshot should be taken. A comma delimited string.