TelemetryAudienceType Enum

Definition

Caution

Telemetry is sent automatically by MSAL.NET. See https://aka.ms/msal-net-telemetry.

Describes the types of audiences for telemetry. AudienceType

[System.Obsolete("Telemetry is sent automatically by MSAL.NET. See https://aka.ms/msal-net-telemetry.", false)]
public enum TelemetryAudienceType
[<System.Obsolete("Telemetry is sent automatically by MSAL.NET. See https://aka.ms/msal-net-telemetry.", false)>]
type TelemetryAudienceType = 
Public Enum TelemetryAudienceType
Inheritance
TelemetryAudienceType
Attributes

Fields

PreProduction 0

Indicates a PreProduction environment. PreProd environments are not sampled.

Production 1

Indicates a Production environment. These environments are sampled based on the platforms' device info to reduce data load.

Remarks

This API is experimental and it may change in future versions of the library without an major version increment

Applies to