Share via


EventsPageViewInfo Constructors

Definition

Overloads

EventsPageViewInfo()

Initializes a new instance of the EventsPageViewInfo class.

EventsPageViewInfo(String, String, String, String)

Initializes a new instance of the EventsPageViewInfo class.

EventsPageViewInfo()

Source:
EventsPageViewInfo.cs

Initializes a new instance of the EventsPageViewInfo class.

public EventsPageViewInfo ();
Public Sub New ()

Applies to

EventsPageViewInfo(String, String, String, String)

Source:
EventsPageViewInfo.cs

Initializes a new instance of the EventsPageViewInfo class.

public EventsPageViewInfo (string name = default, string url = default, string duration = default, string performanceBucket = default);
new Microsoft.Azure.ApplicationInsights.Query.Models.EventsPageViewInfo : string * string * string * string -> Microsoft.Azure.ApplicationInsights.Query.Models.EventsPageViewInfo
Public Sub New (Optional name As String = Nothing, Optional url As String = Nothing, Optional duration As String = Nothing, Optional performanceBucket As String = Nothing)

Parameters

name
String

The name of the page

url
String

The URL of the page

duration
String

The duration of the page view

performanceBucket
String

The performance bucket of the page view

Applies to