ElasticSnapshotPolicyWeeklySchedule Constructors

Definition

Overloads

ElasticSnapshotPolicyWeeklySchedule()

Source:
ElasticSnapshotPolicyWeeklySchedule.ElasticSerializationCompatibility.cs
Source:
ElasticSnapshotPolicyWeeklySchedule.cs

Initializes a new instance of ElasticSnapshotPolicyWeeklySchedule.

public ElasticSnapshotPolicyWeeklySchedule();
Public Sub New ()

Applies to

ElasticSnapshotPolicyWeeklySchedule(Nullable<Int32>, IEnumerable<DayOfWeek>, Nullable<Int32>, Nullable<Int32>)

Source:
ElasticSnapshotPolicyWeeklySchedule.ElasticCompatibility.cs
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

snapshotsToKeep
Nullable<Int32>
hour
Nullable<Int32>
minute
Nullable<Int32>

Applies to