AzureMonitorSelectedConfigurations interface
The selected configurations for azure monitor.
Properties
configuration |
The configuration version. |
global |
The global configurations of selected configurations. |
table |
The table list. |
Property Details
configurationVersion
The configuration version.
configurationVersion?: string
Property Value
string
globalConfigurations
The global configurations of selected configurations.
globalConfigurations?: {[propertyName: string]: string}
Property Value
{[propertyName: string]: string}
tableList
The table list.
tableList?: AzureMonitorTableConfiguration[]