ArmNetAppModelFactory.SnapshotPolicyHourlySchedule Method

Definition

public static Azure.ResourceManager.NetApp.Models.SnapshotPolicyHourlySchedule SnapshotPolicyHourlySchedule(int? snapshotsToKeep = default, int? minute = default, long? usedBytes = default);
static member SnapshotPolicyHourlySchedule : Nullable<int> * Nullable<int> * Nullable<int64> -> Azure.ResourceManager.NetApp.Models.SnapshotPolicyHourlySchedule
Public Shared Function SnapshotPolicyHourlySchedule (Optional snapshotsToKeep As Nullable(Of Integer) = Nothing, Optional minute As Nullable(Of Integer) = Nothing, Optional usedBytes As Nullable(Of Long) = Nothing) As SnapshotPolicyHourlySchedule

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.

Returns

A new SnapshotPolicyHourlySchedule instance for mocking.

Applies to