TelemetryOperations interface
Telemetry operations
Methods
get |
Get the appinsights connection string confired in the workspace |
get |
get the telemetry settings |
update |
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