Share via


HourlySchedule Constructors

Definition

Overloads

HourlySchedule()

Initializes a new instance of the HourlySchedule class.

HourlySchedule(Nullable<Int32>, Nullable<Int32>, Nullable<Int64>)

Initializes a new instance of the HourlySchedule class.

HourlySchedule()

Initializes a new instance of the HourlySchedule class.

public HourlySchedule ();
Public Sub New ()

Applies to

HourlySchedule(Nullable<Int32>, Nullable<Int32>, Nullable<Int64>)

Initializes a new instance of the HourlySchedule class.

public HourlySchedule (int? snapshotsToKeep = default, int? minute = default, long? usedBytes = default);
new Microsoft.Azure.Management.NetApp.Models.HourlySchedule : Nullable<int> * Nullable<int> * Nullable<int64> -> Microsoft.Azure.Management.NetApp.Models.HourlySchedule
Public Sub New (Optional snapshotsToKeep As Nullable(Of Integer) = Nothing, Optional minute As Nullable(Of Integer) = Nothing, Optional usedBytes As Nullable(Of Long) = Nothing)

Parameters

snapshotsToKeep
Nullable<Int32>

Hourly snapshot count to keep

minute
Nullable<Int32>

Indicates which minute snapshot should be taken

usedBytes
Nullable<Int64>

Resource size in bytes, current storage usage for the volume in bytes

Applies to