UserDetails(String, String, String, IPAddress) Constructor
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.
Initializes a new instance of the UserDetails class.
public UserDetails(string? userId = default, string? userEmail = default, string? userName = default, System.Net.IPAddress? userClientIP = default);
new Microsoft.Agents.A365.Observability.Runtime.Tracing.Contracts.UserDetails : string * string * string * System.Net.IPAddress -> Microsoft.Agents.A365.Observability.Runtime.Tracing.Contracts.UserDetails
Public Sub New (Optional userId As String = Nothing, Optional userEmail As String = Nothing, Optional userName As String = Nothing, Optional userClientIP As IPAddress = Nothing)
Parameters
- userId
- String
The unique identifier for the user.
- userEmail
- String
The email address of the user.
- userName
- String
The human-readable name of the user.
- userClientIP
- IPAddress
The client IP address of the user.