ArmNetAppModelFactory.SnapshotPolicyWeeklySchedule Method

Definition

public static Azure.ResourceManager.NetApp.Models.SnapshotPolicyWeeklySchedule SnapshotPolicyWeeklySchedule(int? snapshotsToKeep = default, string day = default, int? hour = default, int? minute = default, long? usedBytes = default);
static member SnapshotPolicyWeeklySchedule : Nullable<int> * string * Nullable<int> * Nullable<int> * Nullable<int64> -> Azure.ResourceManager.NetApp.Models.SnapshotPolicyWeeklySchedule
Public Shared Function SnapshotPolicyWeeklySchedule (Optional snapshotsToKeep As Nullable(Of Integer) = Nothing, Optional day 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 SnapshotPolicyWeeklySchedule

Parameters

snapshotsToKeep
Nullable<Int32>

Weekly snapshot count to keep.

day
String

Indicates which weekdays snapshot should be taken, accepts a comma separated list of week day names in english.

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

Applies to