Share via


EventsClientInfo Constructors

Definition

Overloads

EventsClientInfo()

Initializes a new instance of the EventsClientInfo class.

EventsClientInfo(String, String, String, String, String, String, String, String)

Initializes a new instance of the EventsClientInfo class.

EventsClientInfo()

Initializes a new instance of the EventsClientInfo class.

public EventsClientInfo ();
Public Sub New ()

Applies to

EventsClientInfo(String, String, String, String, String, String, String, String)

Initializes a new instance of the EventsClientInfo class.

public EventsClientInfo (string model = default, string os = default, string type = default, string browser = default, string ip = default, string city = default, string stateOrProvince = default, string countryOrRegion = default);
new Microsoft.Azure.ApplicationInsights.Models.EventsClientInfo : string * string * string * string * string * string * string * string -> Microsoft.Azure.ApplicationInsights.Models.EventsClientInfo
Public Sub New (Optional model As String = Nothing, Optional os As String = Nothing, Optional type As String = Nothing, Optional browser As String = Nothing, Optional ip As String = Nothing, Optional city As String = Nothing, Optional stateOrProvince As String = Nothing, Optional countryOrRegion As String = Nothing)

Parameters

model
String

Model of the client

os
String

Operating system of the client

type
String

Type of the client

browser
String

Browser of the client

ip
String

IP address of the client

city
String

City of the client

stateOrProvince
String

State or province of the client

countryOrRegion
String

Country or region of the client

Applies to