EventsUserInfo 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
EventsUserInfo() |
Initializes a new instance of the EventsUserInfo class. |
EventsUserInfo(String, String, String) |
Initializes a new instance of the EventsUserInfo class. |
EventsUserInfo()
- Source:
- EventsUserInfo.cs
Initializes a new instance of the EventsUserInfo class.
public EventsUserInfo ();
Public Sub New ()
Applies to
EventsUserInfo(String, String, String)
- Source:
- EventsUserInfo.cs
Initializes a new instance of the EventsUserInfo class.
public EventsUserInfo (string id = default, string accountId = default, string authenticatedId = default);
new Microsoft.Azure.ApplicationInsights.Query.Models.EventsUserInfo : string * string * string -> Microsoft.Azure.ApplicationInsights.Query.Models.EventsUserInfo
Public Sub New (Optional id As String = Nothing, Optional accountId As String = Nothing, Optional authenticatedId As String = Nothing)
Parameters
- id
- String
ID of the user
- accountId
- String
Account ID of the user
- authenticatedId
- String
Authenticated ID of the user
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