TelemetryAudienceType Enum
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.
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
Name | Value | Description |
---|---|---|
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