ClusterMetricsConfigurationPatchParameters interface
ClusterMetricsConfigurationPatchParameters represents the body of the request to patch the metrics configuration of cluster.
Properties
collection |
The interval in minutes by which metrics will be collected. |
enabled |
The list of metric names that have been chosen to be enabled in addition to the core set of enabled metrics. |
tags | The Azure resource tags that will replace the existing ones. |
Property Details
collectionInterval
The interval in minutes by which metrics will be collected.
collectionInterval?: number
Property Value
number
enabledMetrics
The list of metric names that have been chosen to be enabled in addition to the core set of enabled metrics.
enabledMetrics?: string[]
Property Value
string[]
tags
The Azure resource tags that will replace the existing ones.
tags?: {[propertyName: string]: string}
Property Value
{[propertyName: string]: string}