Microsoft.Automation AutomationAccounts 2015-10-31
Bicep 資源定義
automationAccounts 資源類型可以使用目標作業來部署:
- 資源群組 - 請參閱 資源群組部署命令
如需每個 API 版本中已變更屬性的清單,請參閱 變更記錄檔。
資源格式
若要建立 Microsoft.Automation/automationAccounts 資源,請將下列 Bicep 新增至範本。
resource symbolicname 'Microsoft.Automation/automationAccounts@2015-10-31' = {
location: 'string'
name: 'string'
properties: {
sku: {
capacity: int
family: 'string'
name: 'string'
}
}
tags: {
{customized property}: 'string'
}
}
屬性值
AutomationAccountCreateOrUpdateParametersTags
名字 | 描述 | 價值 |
---|
AutomationAccountCreateOrUpdatePropertiesOrAutomationAccountProperties
名字 | 描述 | 價值 |
---|---|---|
sku | 取得或設定帳戶 SKU。 | Sku |
Microsoft.Automation/automationAccounts
名字 | 描述 | 價值 |
---|---|---|
位置 | 取得或設定資源的位置。 | 字串 |
名字 | 資源名稱 | 字串 (必要) |
性能 | 取得或設定帳戶建立或更新屬性。 | AutomationAccountCreateOrUpdatePropertiesOrAutomationAccountProperties |
標籤 | 資源標籤 | 標記名稱和值的字典。 請參閱範本中的 標籤 |
Sku
名字 | 描述 | 價值 |
---|---|---|
能力 | 取得或設定 SKU 容量。 | int |
家庭 | 取得或設定 SKU 系列。 | 字串 |
名字 | 取得或設定帳戶的 SKU 名稱。 | 'Basic' 'Free' (必要) |
快速入門範例
下列快速入門範例會部署此資源類型。
Bicep 檔案 | 描述 |
---|---|
ASR Runbook | 部署適用於 ASR 復原方案的自動化 Runbook |
ARM 樣本資源定義
automationAccounts 資源類型可以使用目標作業來部署:
- 資源群組 - 請參閱 資源群組部署命令
如需每個 API 版本中已變更屬性的清單,請參閱 變更記錄檔。
資源格式
若要建立 Microsoft.Automation/automationAccounts 資源,請將下列 JSON 新增至範本。
{
"type": "Microsoft.Automation/automationAccounts",
"apiVersion": "2015-10-31",
"name": "string",
"location": "string",
"properties": {
"sku": {
"capacity": "int",
"family": "string",
"name": "string"
}
},
"tags": {
"{customized property}": "string"
}
}
屬性值
AutomationAccountCreateOrUpdateParametersTags
名字 | 描述 | 價值 |
---|
AutomationAccountCreateOrUpdatePropertiesOrAutomationAccountProperties
名字 | 描述 | 價值 |
---|---|---|
sku | 取得或設定帳戶 SKU。 | Sku |
Microsoft.Automation/automationAccounts
名字 | 描述 | 價值 |
---|---|---|
apiVersion | API 版本 | '2015-10-31' |
位置 | 取得或設定資源的位置。 | 字串 |
名字 | 資源名稱 | 字串 (必要) |
性能 | 取得或設定帳戶建立或更新屬性。 | AutomationAccountCreateOrUpdatePropertiesOrAutomationAccountProperties |
標籤 | 資源標籤 | 標記名稱和值的字典。 請參閱範本中的 標籤 |
類型 | 資源類型 | 'Microsoft.Automation/automationAccounts' |
Sku
名字 | 描述 | 價值 |
---|---|---|
能力 | 取得或設定 SKU 容量。 | int |
家庭 | 取得或設定 SKU 系列。 | 字串 |
名字 | 取得或設定帳戶的 SKU 名稱。 | 'Basic' 'Free' (必要) |
快速入門範本
下列快速入門範本會部署此資源類型。
範本 | 描述 |
---|---|
ASR Runbook |
部署適用於 ASR 復原方案的自動化 Runbook |
Azure 資源優化 (ARO) 工具組 |
Azure 資源優化工具組是一種分散式原生 Azure 解決方案,使用無伺服器技術將訂用帳戶上的 Azure 資源優化。 一旦您啟用或建立自己的排程,包括新的資源,優化就會自動在您的訂用帳戶上進行。 這是一個 Azure 自動化帳戶,其中包含預先設定的 Runbook 和排程,您可以利用訂用帳戶來開始節省成本。 |
建立 Azure 自動化帳戶 |
此範本提供如何建立 Azure 自動化帳戶並將其連結至新的或現有的 Azure 監視器 Log Analytics 工作區的範例。 |
OMS - Azure 資源使用量解決方案 |
解決方案會將 Azure 資源的相關帳單投入 OMS。 資源成本可以以不同的貨幣和地區設定顯示。 |
OMS - Azure VM 清查解決方案 |
在 OMS 中啟用 Azure VM 清查解決方案。 解決方案會將 Azure VM 清查以及磁碟、網路元件、NSG 規則和擴充功能收集到 OMS 工作區。 |
OMS ASR 解決方案 |
在 OMS 中啟用 ASR (v2) 解決方案 |
OMS 服務總線解決方案 |
監視 Azure 服務總線實例 |
OMS 解決方案 - Hyper-V 複本 |
用來建立 OMS 解決方案以監視 Hyper-V 複本的範本的範本。 |
OMS VMM 分析 |
提供跨多個 VMM 實例之作業狀態的單一檢視,協助您深入瞭解這些作業的健康情況 & 效能。 |
Terraform (AzAPI 提供者) 資源定義
automationAccounts 資源類型可以使用目標作業來部署:
- 資源群組
如需每個 API 版本中已變更屬性的清單,請參閱 變更記錄檔。
資源格式
若要建立 Microsoft.Automation/automationAccounts 資源,請將下列 Terraform 新增至範本。
resource "azapi_resource" "symbolicname" {
type = "Microsoft.Automation/automationAccounts@2015-10-31"
name = "string"
location = "string"
tags = {
{customized property} = "string"
}
body = jsonencode({
properties = {
sku = {
capacity = int
family = "string"
name = "string"
}
}
})
}
屬性值
AutomationAccountCreateOrUpdateParametersTags
名字 | 描述 | 價值 |
---|
AutomationAccountCreateOrUpdatePropertiesOrAutomationAccountProperties
名字 | 描述 | 價值 |
---|---|---|
sku | 取得或設定帳戶 SKU。 | Sku |
Microsoft.Automation/automationAccounts
名字 | 描述 | 價值 |
---|---|---|
位置 | 取得或設定資源的位置。 | 字串 |
名字 | 資源名稱 | 字串 (必要) |
性能 | 取得或設定帳戶建立或更新屬性。 | AutomationAccountCreateOrUpdatePropertiesOrAutomationAccountProperties |
標籤 | 資源標籤 | 標記名稱和值的字典。 |
類型 | 資源類型 | “Microsoft.Automation/automationAccounts@2015-10-31” |
Sku
名字 | 描述 | 價值 |
---|---|---|
能力 | 取得或設定 SKU 容量。 | int |
家庭 | 取得或設定 SKU 系列。 | 字串 |
名字 | 取得或設定帳戶的 SKU 名稱。 | 'Basic' 'Free' (必要) |