Class HourDetailsFragment
Properties of an hourly schedule.
Namespace: System.Dynamic.ExpandoObject
Assembly: Microsoft.Azure.Management.DevTestLabs.dll
Syntax
public class HourDetailsFragment
Constructors
HourDetailsFragment()
Initializes a new instance of the HourDetailsFragment class.
Declaration
public HourDetailsFragment ();
HourDetailsFragment(Nullable<Int32>)
Initializes a new instance of the HourDetailsFragment class.
Declaration
public HourDetailsFragment (Nullable<int> minute = null);
Parameters
|
Nullable<Int32>
minute
Minutes of the hour the schedule will run. |