次の方法で共有


UserDetails(String, String, String, IPAddress) Constructor

Definition

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.

Applies to