你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

Microsoft.Automation AutomationAccounts 2020-01-13-preview

Bicep 资源定义

可以使用目标操作部署 automationAccounts 资源类型:

有关每个 API 版本中已更改属性的列表,请参阅 更改日志

资源格式

若要创建 Microsoft.Automation/automationAccounts 资源,请将以下 Bicep 添加到模板。

resource symbolicname 'Microsoft.Automation/automationAccounts@2020-01-13-preview' = {
  identity: {
    type: 'string'
    userAssignedIdentities: {
      {customized property}: {}
    }
  }
  location: 'string'
  name: 'string'
  properties: {
    encryption: {
      identity: {
        userAssignedIdentity: any(Azure.Bicep.Types.Concrete.AnyType)
      }
      keySource: 'string'
      keyVaultProperties: {
        keyName: 'string'
        keyvaultUri: 'string'
        keyVersion: 'string'
      }
    }
    publicNetworkAccess: bool
    sku: {
      capacity: int
      family: 'string'
      name: 'string'
    }
  }
  tags: {
    {customized property}: 'string'
  }
}

属性值

AutomationAccountCreateOrUpdateParametersTags

名字 描述 价值

AutomationAccountCreateOrUpdatePropertiesOrAutomationAccountProperties

名字 描述 价值
加密 设置自动化帐户的加密属性 EncryptionProperties
publicNetworkAccess 指示是否允许来自公共 Internet 的非 ARM 终结点(Webhook/代理)上的流量 bool
sku 获取或设置帐户 SKU。 Sku

ComponentsSgqdofSchemasIdentityPropertiesUserassignedidentitiesAdditionalproperties

名字 描述 价值

EncryptionProperties

名字 描述 价值
身份 用于 CMK 的用户标识。 EncryptionPropertiesIdentity
keySource 加密密钥源 “Microsoft.Automation”
“Microsoft.Keyvault”
keyVaultProperties Key Vault 属性。 KeyVaultProperties

EncryptionPropertiesIdentity

名字 描述 价值
userAssignedIdentity 用于 CMK 的用户标识。 它将是一个 ARM 资源 ID,格式为“/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}”。 任何

身份

名字 描述 价值
类型 标识类型。 “None”
“SystemAssigned”
“SystemAssigned,UserAssigned”
“UserAssigned”
userAssignedIdentities 与资源关联的用户标识列表。 用户标识字典密钥引用的格式为 ARM 资源 ID:“/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}”。 IdentityUserAssignedIdentities

IdentityUserAssignedIdentities

名字 描述 价值

KeyVaultProperties

名字 描述 价值
keyName 用于加密数据的密钥的名称。 字符串
keyvaultUri 用于加密数据的密钥保管库密钥的 URI。 字符串
keyVersion 用于加密数据的密钥的密钥版本。 字符串

Microsoft.Automation/automationAccounts

名字 描述 价值
身份 设置自动化帐户的标识属性 标识
位置 获取或设置资源的位置。 字符串
名字 资源名称 string (必需)
性能 获取或设置帐户创建或更新属性。 AutomationAccountCreateOrUpdatePropertiesOrAutomationAccountProperties
标签 资源标记 标记名称和值的字典。 请参阅模板 中的 标记

Sku

名字 描述 价值
能力 获取或设置 SKU 容量。 int
家庭 获取或设置 SKU 系列。 字符串
名字 获取或设置帐户的 SKU 名称。 “Basic”
“免费”(必需)

快速入门示例

以下快速入门示例部署此资源类型。

Bicep 文件 描述
ASR Runbook 为 ASR 恢复计划部署自动化 Runbook

ARM 模板资源定义

可以使用目标操作部署 automationAccounts 资源类型:

有关每个 API 版本中已更改属性的列表,请参阅 更改日志

资源格式

若要创建 Microsoft.Automation/automationAccounts 资源,请将以下 JSON 添加到模板。

{
  "type": "Microsoft.Automation/automationAccounts",
  "apiVersion": "2020-01-13-preview",
  "name": "string",
  "identity": {
    "type": "string",
    "userAssignedIdentities": {
      "{customized property}": {
      }
    }
  },
  "location": "string",
  "properties": {
    "encryption": {
      "identity": {
        "userAssignedIdentity": {}
      },
      "keySource": "string",
      "keyVaultProperties": {
        "keyName": "string",
        "keyvaultUri": "string",
        "keyVersion": "string"
      }
    },
    "publicNetworkAccess": "bool",
    "sku": {
      "capacity": "int",
      "family": "string",
      "name": "string"
    }
  },
  "tags": {
    "{customized property}": "string"
  }
}

属性值

AutomationAccountCreateOrUpdateParametersTags

名字 描述 价值

AutomationAccountCreateOrUpdatePropertiesOrAutomationAccountProperties

名字 描述 价值
加密 设置自动化帐户的加密属性 EncryptionProperties
publicNetworkAccess 指示是否允许来自公共 Internet 的非 ARM 终结点(Webhook/代理)上的流量 bool
sku 获取或设置帐户 SKU。 Sku

ComponentsSgqdofSchemasIdentityPropertiesUserassignedidentitiesAdditionalproperties

名字 描述 价值

EncryptionProperties

名字 描述 价值
身份 用于 CMK 的用户标识。 EncryptionPropertiesIdentity
keySource 加密密钥源 “Microsoft.Automation”
“Microsoft.Keyvault”
keyVaultProperties Key Vault 属性。 KeyVaultProperties

EncryptionPropertiesIdentity

名字 描述 价值
userAssignedIdentity 用于 CMK 的用户标识。 它将是一个 ARM 资源 ID,格式为“/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}”。 任何

身份

名字 描述 价值
类型 标识类型。 “None”
“SystemAssigned”
“SystemAssigned,UserAssigned”
“UserAssigned”
userAssignedIdentities 与资源关联的用户标识列表。 用户标识字典密钥引用的格式为 ARM 资源 ID:“/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}”。 IdentityUserAssignedIdentities

IdentityUserAssignedIdentities

名字 描述 价值

KeyVaultProperties

名字 描述 价值
keyName 用于加密数据的密钥的名称。 字符串
keyvaultUri 用于加密数据的密钥保管库密钥的 URI。 字符串
keyVersion 用于加密数据的密钥的密钥版本。 字符串

Microsoft.Automation/automationAccounts

名字 描述 价值
apiVersion API 版本 '2020-01-13-preview'
身份 设置自动化帐户的标识属性 标识
位置 获取或设置资源的位置。 字符串
名字 资源名称 string (必需)
性能 获取或设置帐户创建或更新属性。 AutomationAccountCreateOrUpdatePropertiesOrAutomationAccountProperties
标签 资源标记 标记名称和值的字典。 请参阅模板 中的 标记
类型 资源类型 “Microsoft.Automation/automationAccounts”

Sku

名字 描述 价值
能力 获取或设置 SKU 容量。 int
家庭 获取或设置 SKU 系列。 字符串
名字 获取或设置帐户的 SKU 名称。 “Basic”
“免费”(必需)

快速入门模板

以下快速入门模板部署此资源类型。

模板 描述
ASR Runbook

部署到 Azure
为 ASR 恢复计划部署自动化 Runbook
Azure 资源优化 (ARO) 工具包

部署到 Azure
Azure 资源优化工具包是一种分散的本机 Azure 解决方案,使用无服务器技术优化订阅上的 Azure 资源。 启用或创建自己的计划(包括新资源)后,优化会自动在订阅上进行。 这是一个 Azure 自动化帐户,其中包含预配置的 Runbook 和计划,可在订阅上利用这些帐户开始节省资金。
创建 Azure 自动化帐户

部署到 Azure
此模板提供了如何创建 Azure 自动化帐户并将其链接到新的或现有的 Azure Monitor Log Analytics 工作区的示例。
OMS - Azure 资源使用情况解决方案

部署到 Azure
解决方案将 Azure 资源计费引入 OMS。 资源成本可以以不同的货币和区域设置显示。
OMS - Azure VM 清单解决方案

部署到 Azure
在 OMS 中启用 Azure VM 清单解决方案。 解决方案将 Azure VM 清单以及磁盘、网络组件、NSG 规则和扩展收集到 OMS 工作区中。
OMS ASR 解决方案

部署到 Azure
在 OMS 中启用 ASR (v2) 解决方案
OMS 服务总线解决方案

部署到 Azure
监视 Azure 服务总线实例
OMS 解决方案 - Hyper-V 副本

部署到 Azure
用于创建 OMS 解决方案以监视 Hyper-V 副本的模板。
OMS VMM Analytics

部署到 Azure
提供多个 VMM 实例中作业状态的单个视图,可帮助你深入了解这些作业的运行状况 & 性能。

Terraform (AzAPI 提供程序)资源定义

可以使用目标操作部署 automationAccounts 资源类型:

  • 资源组

有关每个 API 版本中已更改属性的列表,请参阅 更改日志

资源格式

若要创建 Microsoft.Automation/automationAccounts 资源,请将以下 Terraform 添加到模板。

resource "azapi_resource" "symbolicname" {
  type = "Microsoft.Automation/automationAccounts@2020-01-13-preview"
  name = "string"
  identity = {
    type = "string"
    userAssignedIdentities = {
      {customized property} = {
      }
    }
  }
  location = "string"
  tags = {
    {customized property} = "string"
  }
  body = jsonencode({
    properties = {
      encryption = {
        identity = {
          userAssignedIdentity = ?
        }
        keySource = "string"
        keyVaultProperties = {
          keyName = "string"
          keyvaultUri = "string"
          keyVersion = "string"
        }
      }
      publicNetworkAccess = bool
      sku = {
        capacity = int
        family = "string"
        name = "string"
      }
    }
  })
}

属性值

AutomationAccountCreateOrUpdateParametersTags

名字 描述 价值

AutomationAccountCreateOrUpdatePropertiesOrAutomationAccountProperties

名字 描述 价值
加密 设置自动化帐户的加密属性 EncryptionProperties
publicNetworkAccess 指示是否允许来自公共 Internet 的非 ARM 终结点(Webhook/代理)上的流量 bool
sku 获取或设置帐户 SKU。 Sku

ComponentsSgqdofSchemasIdentityPropertiesUserassignedidentitiesAdditionalproperties

名字 描述 价值

EncryptionProperties

名字 描述 价值
身份 用于 CMK 的用户标识。 EncryptionPropertiesIdentity
keySource 加密密钥源 “Microsoft.Automation”
“Microsoft.Keyvault”
keyVaultProperties Key Vault 属性。 KeyVaultProperties

EncryptionPropertiesIdentity

名字 描述 价值
userAssignedIdentity 用于 CMK 的用户标识。 它将是一个 ARM 资源 ID,格式为“/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}”。 任何

身份

名字 描述 价值
类型 标识类型。 “None”
“SystemAssigned”
“SystemAssigned,UserAssigned”
“UserAssigned”
userAssignedIdentities 与资源关联的用户标识列表。 用户标识字典密钥引用的格式为 ARM 资源 ID:“/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}”。 IdentityUserAssignedIdentities

IdentityUserAssignedIdentities

名字 描述 价值

KeyVaultProperties

名字 描述 价值
keyName 用于加密数据的密钥的名称。 字符串
keyvaultUri 用于加密数据的密钥保管库密钥的 URI。 字符串
keyVersion 用于加密数据的密钥的密钥版本。 字符串

Microsoft.Automation/automationAccounts

名字 描述 价值
身份 设置自动化帐户的标识属性 标识
位置 获取或设置资源的位置。 字符串
名字 资源名称 string (必需)
性能 获取或设置帐户创建或更新属性。 AutomationAccountCreateOrUpdatePropertiesOrAutomationAccountProperties
标签 资源标记 标记名称和值的字典。
类型 资源类型 “Microsoft.Automation/automationAccounts@2020-01-13-preview”

Sku

名字 描述 价值
能力 获取或设置 SKU 容量。 int
家庭 获取或设置 SKU 系列。 字符串
名字 获取或设置帐户的 SKU 名称。 “Basic”
“免费”(必需)