ArmNetAppModelFactory.SnapshotPolicyHourlySchedule Method
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.
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
Returns
A new SnapshotPolicyHourlySchedule instance for mocking.