Microsoft.Advisor 組態
Bicep 資源定義
設定資源類型可以使用目標作業來部署:
訂用帳戶 - 請參閱資源群組訂用帳戶部署命令 - 請參閱 資源群組部署命令
如需每個 API 版本中已變更屬性的清單,請參閱 變更記錄檔。
資源格式
若要建立 Microsoft.Advisor/configurations 資源,請將下列 Bicep 新增至範本。
resource symbolicname 'Microsoft.Advisor/configurations@2023-01-01' = {
name: 'string'
properties: {
digests: [
{
actionGroupResourceId: 'string'
categories: [
'string'
]
frequency: int
language: 'string'
name: 'string'
state: 'string'
}
]
duration: 'string'
exclude: bool
lowCpuThreshold: 'string'
}
}
屬性值
ConfigDataProperties
名字 | 描述 | 價值 |
---|---|---|
摘要 | Advisor 摘要設定。 僅適用於訂用帳戶 | DigestConfig[] |
期間 | Advisor 低 CPU 使用率評估的最小持續時間。 僅適用於訂用帳戶。 有效值:7(預設值)、14、21、30、60 或 90。 | '14' '21' '30' '60' '7' '90' |
排除 | 從 Advisor 評估中排除資源。 有效值:False (預設值) 或 True。 | bool |
lowCpuThreshold | Advisor 低 CPU 使用率評估的最小百分比閾值。 僅適用於訂用帳戶。 有效值:5 (預設值)、10、15 或 20。 | '10' '15' '20' '5' |
DigestConfig
名字 | 描述 | 價值 |
---|---|---|
actionGroupResourceId | 摘要所使用的動作群組資源標識碼。 | 字串 |
類別 | 要傳送摘要的類別。 如果未提供類別,則會針對所有類別傳送摘要。 | 包含任何的字串數組: 'Cost' 'HighAvailability' 'OperationalExcellence' 'Performance' 'Security' |
頻率 | 摘要會以天為單位觸發的頻率。 值必須介於 7 到 30 天之間。 | int |
語言 | 摘要內容本文的語言。 值必須是其中一種 Azure 入口網站支持語言的 ISO 639-1 程式代碼。 否則,它會轉換成一個。 預設值為英文(en)。 | 字串 |
名字 | 摘要組態的名稱。 值不區分大小寫,而且在訂用帳戶內必須是唯一的。 | 字串 |
州 | 摘要組態的狀態。 | 'Active' 'Disabled' |
Microsoft.Advisor/configurations
名字 | 描述 | 價值 |
---|---|---|
名字 | 資源名稱 | 'default' (必要) |
性能 | Advisor 設定數據結構。 | ConfigDataProperties |
ARM 樣本資源定義
設定資源類型可以使用目標作業來部署:
訂用帳戶 - 請參閱資源群組訂用帳戶部署命令 - 請參閱 資源群組部署命令
如需每個 API 版本中已變更屬性的清單,請參閱 變更記錄檔。
資源格式
若要建立 Microsoft.Advisor/configurations 資源,請將下列 JSON 新增至範本。
{
"type": "Microsoft.Advisor/configurations",
"apiVersion": "2023-01-01",
"name": "string",
"properties": {
"digests": [
{
"actionGroupResourceId": "string",
"categories": [ "string" ],
"frequency": "int",
"language": "string",
"name": "string",
"state": "string"
}
],
"duration": "string",
"exclude": "bool",
"lowCpuThreshold": "string"
}
}
屬性值
ConfigDataProperties
名字 | 描述 | 價值 |
---|---|---|
摘要 | Advisor 摘要設定。 僅適用於訂用帳戶 | DigestConfig[] |
期間 | Advisor 低 CPU 使用率評估的最小持續時間。 僅適用於訂用帳戶。 有效值:7(預設值)、14、21、30、60 或 90。 | '14' '21' '30' '60' '7' '90' |
排除 | 從 Advisor 評估中排除資源。 有效值:False (預設值) 或 True。 | bool |
lowCpuThreshold | Advisor 低 CPU 使用率評估的最小百分比閾值。 僅適用於訂用帳戶。 有效值:5 (預設值)、10、15 或 20。 | '10' '15' '20' '5' |
DigestConfig
名字 | 描述 | 價值 |
---|---|---|
actionGroupResourceId | 摘要所使用的動作群組資源標識碼。 | 字串 |
類別 | 要傳送摘要的類別。 如果未提供類別,則會針對所有類別傳送摘要。 | 包含任何的字串數組: 'Cost' 'HighAvailability' 'OperationalExcellence' 'Performance' 'Security' |
頻率 | 摘要會以天為單位觸發的頻率。 值必須介於 7 到 30 天之間。 | int |
語言 | 摘要內容本文的語言。 值必須是其中一種 Azure 入口網站支持語言的 ISO 639-1 程式代碼。 否則,它會轉換成一個。 預設值為英文(en)。 | 字串 |
名字 | 摘要組態的名稱。 值不區分大小寫,而且在訂用帳戶內必須是唯一的。 | 字串 |
州 | 摘要組態的狀態。 | 'Active' 'Disabled' |
Microsoft.Advisor/configurations
名字 | 描述 | 價值 |
---|---|---|
apiVersion | API 版本 | '2023-01-01' |
名字 | 資源名稱 | 'default' (必要) |
性能 | Advisor 設定數據結構。 | ConfigDataProperties |
類型 | 資源類型 | 'Microsoft.Advisor/configurations' |
Terraform (AzAPI 提供者) 資源定義
設定資源類型可以使用目標作業來部署:
- 訂用帳戶* 資源群組
如需每個 API 版本中已變更屬性的清單,請參閱 變更記錄檔。
資源格式
若要建立 Microsoft.Advisor/configurations 資源,請將下列 Terraform 新增至範本。
resource "azapi_resource" "symbolicname" {
type = "Microsoft.Advisor/configurations@2023-01-01"
name = "string"
body = jsonencode({
properties = {
digests = [
{
actionGroupResourceId = "string"
categories = [
"string"
]
frequency = int
language = "string"
name = "string"
state = "string"
}
]
duration = "string"
exclude = bool
lowCpuThreshold = "string"
}
})
}
屬性值
ConfigDataProperties
名字 | 描述 | 價值 |
---|---|---|
摘要 | Advisor 摘要設定。 僅適用於訂用帳戶 | DigestConfig[] |
期間 | Advisor 低 CPU 使用率評估的最小持續時間。 僅適用於訂用帳戶。 有效值:7(預設值)、14、21、30、60 或 90。 | '14' '21' '30' '60' '7' '90' |
排除 | 從 Advisor 評估中排除資源。 有效值:False (預設值) 或 True。 | bool |
lowCpuThreshold | Advisor 低 CPU 使用率評估的最小百分比閾值。 僅適用於訂用帳戶。 有效值:5 (預設值)、10、15 或 20。 | '10' '15' '20' '5' |
DigestConfig
名字 | 描述 | 價值 |
---|---|---|
actionGroupResourceId | 摘要所使用的動作群組資源標識碼。 | 字串 |
類別 | 要傳送摘要的類別。 如果未提供類別,則會針對所有類別傳送摘要。 | 包含任何的字串數組: 'Cost' 'HighAvailability' 'OperationalExcellence' 'Performance' 'Security' |
頻率 | 摘要會以天為單位觸發的頻率。 值必須介於 7 到 30 天之間。 | int |
語言 | 摘要內容本文的語言。 值必須是其中一種 Azure 入口網站支持語言的 ISO 639-1 程式代碼。 否則,它會轉換成一個。 預設值為英文(en)。 | 字串 |
名字 | 摘要組態的名稱。 值不區分大小寫,而且在訂用帳戶內必須是唯一的。 | 字串 |
州 | 摘要組態的狀態。 | 'Active' 'Disabled' |
Microsoft.Advisor/configurations
名字 | 描述 | 價值 |
---|---|---|
名字 | 資源名稱 | 'default' (必要) |
性能 | Advisor 設定數據結構。 | ConfigDataProperties |
類型 | 資源類型 | “Microsoft.Advisor/configurations@2023-01-01” |