ElasticSnapshotPolicyMonthlySchedule 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
| Name | Description |
|---|---|
| ElasticSnapshotPolicyMonthlySchedule() |
Initializes a new instance of ElasticSnapshotPolicyMonthlySchedule. |
| ElasticSnapshotPolicyMonthlySchedule(Nullable<Int32>, IEnumerable<Int32>, Nullable<Int32>, Nullable<Int32>) |
ElasticSnapshotPolicyMonthlySchedule()
Initializes a new instance of ElasticSnapshotPolicyMonthlySchedule.
public ElasticSnapshotPolicyMonthlySchedule();
Public Sub New ()
Applies to
ElasticSnapshotPolicyMonthlySchedule(Nullable<Int32>, IEnumerable<Int32>, Nullable<Int32>, Nullable<Int32>)
public ElasticSnapshotPolicyMonthlySchedule(int? snapshotsToKeep = default, System.Collections.Generic.IEnumerable<int> daysOfMonth = default, int? hour = default, int? minute = default);
new Azure.ResourceManager.NetApp.Models.ElasticSnapshotPolicyMonthlySchedule : Nullable<int> * seq<int> * Nullable<int> * Nullable<int> -> Azure.ResourceManager.NetApp.Models.ElasticSnapshotPolicyMonthlySchedule
Public Sub New (Optional snapshotsToKeep As Nullable(Of Integer) = Nothing, Optional daysOfMonth As IEnumerable(Of Integer) = Nothing, Optional hour As Nullable(Of Integer) = Nothing, Optional minute As Nullable(Of Integer) = Nothing)
Parameters
- daysOfMonth
- IEnumerable<Int32>