ArmNetAppModelFactory.SnapshotPolicyMonthlySchedule Method

Definition

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

Parameters

snapshotsToKeep
Nullable<Int32>

Monthly snapshot count to keep.

daysOfMonth
String

Indicates which days of the month snapshot should be taken. A comma delimited string.

hour
Nullable<Int32>

Indicates which hour in UTC timezone a snapshot should be taken.

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 SnapshotPolicyMonthlySchedule instance for mocking.

Applies to