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