Share via


TelemetryOperations interface

Telemetry operations

Methods

getConnectionString()

Get the appinsights connection string confired in the workspace

getSettings()

get the telemetry settings

updateSettings(TelemetryOptions)

Update the telemetry settings

Method Details

getConnectionString()

Get the appinsights connection string confired in the workspace

function getConnectionString(): Promise<string>

Returns

Promise<string>

The telemetry connection string

getSettings()

get the telemetry settings

function getSettings(): TelemetryOptions

Returns

The telemetry options

updateSettings(TelemetryOptions)

Update the telemetry settings

function updateSettings(options: TelemetryOptions)

Parameters

options
TelemetryOptions

The telemetry options