TelemetryConfig(IEnumerable<TelemetryEndpoint>) 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 TelemetryConfig.
public TelemetryConfig(System.Collections.Generic.IEnumerable<Azure.AI.Projects.Agents.TelemetryEndpoint> endpoints);
new Azure.AI.Projects.Agents.TelemetryConfig : seq<Azure.AI.Projects.Agents.TelemetryEndpoint> -> Azure.AI.Projects.Agents.TelemetryConfig
Public Sub New (endpoints As IEnumerable(Of TelemetryEndpoint))
Parameters
- endpoints
- IEnumerable<TelemetryEndpoint>
Customer-supplied telemetry export endpoint configurations.
Exceptions
endpoints is null.