AzureResourceSignals interface
A grouping of Azure resource signals
Properties
| authentication |
Reference to the name of the authentication setting which is used for querying the data source. |
| azure |
Azure resource ID |
| azure |
Azure resource kind (e.g., 'functionapp'). Populated by the UI for icon rendering. Can be null if not populated. |
| signals | Signals assigned to this 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
azureResourceId
Azure resource ID
azureResourceId: string
Property Value
string
azureResourceKind
Azure resource kind (e.g., 'functionapp'). Populated by the UI for icon rendering. Can be null if not populated.
azureResourceKind?: string
Property Value
string
signals
Signals assigned to this group.
signals?: AzureResourceSignal[]