你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
EventsClientInfo 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
EventsClientInfo() |
初始化 EventsClientInfo 类的新实例。 |
EventsClientInfo(String, String, String, String, String, String, String, String) |
初始化 EventsClientInfo 类的新实例。 |
EventsClientInfo()
- Source:
- EventsClientInfo.cs
初始化 EventsClientInfo 类的新实例。
public EventsClientInfo ();
Public Sub New ()
适用于
EventsClientInfo(String, String, String, String, String, String, String, String)
- Source:
- EventsClientInfo.cs
初始化 EventsClientInfo 类的新实例。
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.Query.Models.EventsClientInfo : string * string * string * string * string * string * string * string -> Microsoft.Azure.ApplicationInsights.Query.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)
参数
- model
- String
客户端模型
- os
- String
客户端的操作系统
- type
- String
客户端的类型
- browser
- String
客户端浏览器
- ip
- String
客户端的 IP 地址
- city
- String
客户端城市
- stateOrProvince
- String
客户端的省/自治区/直辖市
- countryOrRegion
- String
客户端的国家或地区