Share via


TimeWindow Constructors

Definition

Overloads

TimeWindow()

Initializes a new instance of the TimeWindow class.

TimeWindow(TimeWindow)

Initializes a new instance of the TimeWindow class.

TimeWindow()

Initializes a new instance of the TimeWindow class.

public TimeWindow ();
Public Sub New ()

Applies to

TimeWindow(TimeWindow)

Initializes a new instance of the TimeWindow class.

public TimeWindow (Microsoft.Azure.Management.Monitor.Models.TimeWindow timeWindow);
new Microsoft.Azure.Management.Monitor.Management.Models.TimeWindow : Microsoft.Azure.Management.Monitor.Models.TimeWindow -> Microsoft.Azure.Management.Monitor.Management.Models.TimeWindow
Public Sub New (timeWindow As TimeWindow)

Parameters

timeWindow
TimeWindow

The TimeWindow object

Applies to