ElasticSnapshotPolicyHourlySchedule 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 |
|---|---|
| ElasticSnapshotPolicyHourlySchedule() |
Initializes a new instance of ElasticSnapshotPolicyHourlySchedule. |
| ElasticSnapshotPolicyHourlySchedule(Nullable<Int32>, Nullable<Int32>) |
ElasticSnapshotPolicyHourlySchedule()
Initializes a new instance of ElasticSnapshotPolicyHourlySchedule.
public ElasticSnapshotPolicyHourlySchedule();
Public Sub New ()
Applies to
ElasticSnapshotPolicyHourlySchedule(Nullable<Int32>, Nullable<Int32>)
public ElasticSnapshotPolicyHourlySchedule(int? snapshotsToKeep = default, int? minute = default);
new Azure.ResourceManager.NetApp.Models.ElasticSnapshotPolicyHourlySchedule : Nullable<int> * Nullable<int> -> Azure.ResourceManager.NetApp.Models.ElasticSnapshotPolicyHourlySchedule
Public Sub New (Optional snapshotsToKeep As Nullable(Of Integer) = Nothing, Optional minute As Nullable(Of Integer) = Nothing)