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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET