ClusterMetricsConfigurationPatchParameters interface
ClusterMetricsConfigurationPatchParameters 代表修補叢集計量組態的要求主體。
屬性
collection |
以分鐘為單位來收集計量的間隔。 |
enabled |
除了已啟用計量的核心集合之外,已選擇要啟用的計量名稱清單。 |
tags | 將取代現有資源的 Azure 資源標籤。 |
屬性詳細資料
collectionInterval
以分鐘為單位來收集計量的間隔。
collectionInterval?: number
屬性值
number
enabledMetrics
除了已啟用計量的核心集合之外,已選擇要啟用的計量名稱清單。
enabledMetrics?: string[]
屬性值
string[]
tags
將取代現有資源的 Azure 資源標籤。
tags?: {[propertyName: string]: string}
屬性值
{[propertyName: string]: string}