EventsPageViewInfo Constructors
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.
Overloads
EventsPageViewInfo() |
Initializes a new instance of the EventsPageViewInfo class. |
EventsPageViewInfo(String, String, String, String) |
Initializes a new instance of the EventsPageViewInfo class. |
EventsPageViewInfo()
Initializes a new instance of the EventsPageViewInfo class.
public EventsPageViewInfo ();
Public Sub New ()
Applies to
EventsPageViewInfo(String, String, String, String)
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.Models.EventsPageViewInfo : string * string * string * string -> Microsoft.Azure.ApplicationInsights.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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET