Package version:

Interface MetricsClientOptions

Options for the MetricsQueryClient.

interface MetricsClientOptions {
    audience?: string;
    endpoint?: string;
}

Hierarchy

  • unknown
    • MetricsClientOptions

Properties

Properties

audience?: string

The Audience to use for authentication with Microsoft Entra ID. The audience is not considered when using a shared key. KnownMonitorMetricsQueryAudience can be used interchangeably with audience

endpoint?: string

Overrides client endpoint.