SourceMetadata(String, Nullable<Role>, String, String) 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 SourceMetadata class.
public SourceMetadata(string? name, Microsoft.Agents.A365.Observability.Runtime.Tracing.Contracts.Role? role = default, string? description = default, string? id = default);
new Microsoft.Agents.A365.Observability.Runtime.Tracing.Contracts.SourceMetadata : string * Nullable<Microsoft.Agents.A365.Observability.Runtime.Tracing.Contracts.Role> * string * string -> Microsoft.Agents.A365.Observability.Runtime.Tracing.Contracts.SourceMetadata
Public Sub New (name As String, Optional role As Nullable(Of Role) = Nothing, Optional description As String = Nothing, Optional id As String = Nothing)
Parameters
- name
- String
Human-readable name of the source.
- description
- String
Optional description of the source.
- id
- String
Unique identifier for the source.