Show / Hide Table of Contents

    Class HourDetailsFragment

    Properties of an hourly schedule.

    Inheritance
    Object
    HourDetailsFragment
    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.

    Properties

    Minute

    Gets or sets minutes of the hour the schedule will run.

    Declaration
    [Newtonsoft.Json.JsonProperty(PropertyName="minute")]
    public Nullable<int> Minute { get; set; }
    Property Value
    Nullable<Int32>

    Back to top Azure SDK for Net