AzureMonitorWorkspaceSignals interface
A grouping of Azure Monitor workspace signals.
Properties
| authentication |
Reference to the name of the authentication setting which is used for querying the data source. |
| azure |
Azure Monitor workspace resource ID. |
| signals | Signals assigned to this signal group. |
Property Details
authenticationSetting
Reference to the name of the authentication setting which is used for querying the data source.
authenticationSetting: string
Property Value
string
azureMonitorWorkspaceResourceId
Azure Monitor workspace resource ID.
azureMonitorWorkspaceResourceId: string
Property Value
string
signals
Signals assigned to this signal group.
signals?: PrometheusMetricsSignal[]