共用方式為


Microsoft.Subscription 別名 2021-10-01

言論

您可以使用 Microsoft.Subscription/aliases 資源來建立新的訂用帳戶,但不能更新現有的訂用帳戶。 如果您嘗試透過 aliases 資源類型更新屬性,則不會保留這些變更。

若要重新命名訂用帳戶,請使用 重新命名作業

Bicep 資源定義

別名資源類型可以使用目標作業來部署:

如需每個 API 版本中已變更屬性的清單,請參閱 變更記錄檔

資源格式

若要建立 Microsoft.Subscription/aliases 資源,請將下列 Bicep 新增至範本。

resource symbolicname 'Microsoft.Subscription/aliases@2021-10-01' = {
  name: 'string'
  properties: {
    additionalProperties: {
      managementGroupId: 'string'
      subscriptionOwnerId: 'string'
      subscriptionTenantId: 'string'
      tags: {
        {customized property}: 'string'
      }
    }
    billingScope: 'string'
    displayName: 'string'
    resellerId: 'string'
    subscriptionId: 'string'
    workload: 'string'
  }
}

屬性值

Microsoft.Subscription/aliases

名字 描述 價值
名字 資源名稱 字串 (必要)
性能 放置別名要求屬性。 PutAliasRequestPropertiesOrSubscriptionAliasResponseProperties

PutAliasRequestAdditionalProperties

名字 描述 價值
managementGroupId 訂用帳戶的管理群組標識碼。 字串
subscriptionOwnerId 訂用帳戶的擁有者標識碼 字串
subscriptionTenantId 訂用帳戶的租用戶標識碼 字串
標籤 訂用帳戶的標籤 PutAliasRequestAdditionalPropertiesTags

PutAliasRequestAdditionalPropertiesTags

名字 描述 價值

PutAliasRequestPropertiesOrSubscriptionAliasResponseProperties

名字 描述 價值
additionalProperties 放置別名要求其他屬性。 PutAliasRequestAdditionalProperties
billingScope 訂用帳戶的計費範圍。
針對 CustomerLed 和 FieldLed - /billingAccounts/{billingAccountName}/billingProfiles/{billingProfileName}/invoiceSections/{invoiceSectionName}
針對 PartnerLed - /billingAccounts/{billingAccountName}/customers/{customerName}
針對舊版 EA - /billingAccounts/{billingAccountName}/enrollmentAccounts/{enrollmentAccountName}
字串
displayName 訂用帳戶的易記名稱。 字串
resellerId 轉銷商標識碼 字串
subscriptionId 此參數可用來建立現有訂用帳戶標識碼的別名 字串
工作量 訂用帳戶的工作負載類型。 它可以是 Production 或 DevTest。 'DevTest'
'Production'

快速入門範例

下列快速入門範例會部署此資源類型。

Bicep 檔案 描述
建立訂用帳戶、resourceGroup 和 storageAccount 此範本是管理群組範本,將在同一個範本中建立訂用帳戶、resourceGroup 和 storageAccount。 它只能用於 Enterprise 合約計費模式。 官方文件顯示其他類型的帳戶所需的修改。

ARM 樣本資源定義

別名資源類型可以使用目標作業來部署:

如需每個 API 版本中已變更屬性的清單,請參閱 變更記錄檔

資源格式

若要建立 Microsoft.Subscription/aliases 資源,請將下列 JSON 新增至範本。

{
  "type": "Microsoft.Subscription/aliases",
  "apiVersion": "2021-10-01",
  "name": "string",
  "properties": {
    "additionalProperties": {
      "managementGroupId": "string",
      "subscriptionOwnerId": "string",
      "subscriptionTenantId": "string",
      "tags": {
        "{customized property}": "string"
      }
    },
    "billingScope": "string",
    "displayName": "string",
    "resellerId": "string",
    "subscriptionId": "string",
    "workload": "string"
  }
}

屬性值

Microsoft.Subscription/aliases

名字 描述 價值
apiVersion API 版本 '2021-10-01'
名字 資源名稱 字串 (必要)
性能 放置別名要求屬性。 PutAliasRequestPropertiesOrSubscriptionAliasResponseProperties
類型 資源類型 'Microsoft.Subscription/aliases'

PutAliasRequestAdditionalProperties

名字 描述 價值
managementGroupId 訂用帳戶的管理群組標識碼。 字串
subscriptionOwnerId 訂用帳戶的擁有者標識碼 字串
subscriptionTenantId 訂用帳戶的租用戶標識碼 字串
標籤 訂用帳戶的標籤 PutAliasRequestAdditionalPropertiesTags

PutAliasRequestAdditionalPropertiesTags

名字 描述 價值

PutAliasRequestPropertiesOrSubscriptionAliasResponseProperties

名字 描述 價值
additionalProperties 放置別名要求其他屬性。 PutAliasRequestAdditionalProperties
billingScope 訂用帳戶的計費範圍。
針對 CustomerLed 和 FieldLed - /billingAccounts/{billingAccountName}/billingProfiles/{billingProfileName}/invoiceSections/{invoiceSectionName}
針對 PartnerLed - /billingAccounts/{billingAccountName}/customers/{customerName}
針對舊版 EA - /billingAccounts/{billingAccountName}/enrollmentAccounts/{enrollmentAccountName}
字串
displayName 訂用帳戶的易記名稱。 字串
resellerId 轉銷商標識碼 字串
subscriptionId 此參數可用來建立現有訂用帳戶標識碼的別名 字串
工作量 訂用帳戶的工作負載類型。 它可以是 Production 或 DevTest。 'DevTest'
'Production'

快速入門範本

下列快速入門範本會部署此資源類型。

範本 描述
在EA帳戶下建立訂用帳戶

部署至 Azure
此範本是管理群組範本,會透過別名建立訂用帳戶。 它只能用於 Enterprise 合約計費模式。 官方文件顯示其他類型的帳戶所需的修改。
建立訂用帳戶、resourceGroup 和 storageAccount

部署至 Azure
此範本是管理群組範本,將在同一個範本中建立訂用帳戶、resourceGroup 和 storageAccount。 它只能用於 Enterprise 合約計費模式。 官方文件顯示其他類型的帳戶所需的修改。

Terraform (AzAPI 提供者) 資源定義

別名資源類型可以使用目標作業來部署:

  • 租使用者

如需每個 API 版本中已變更屬性的清單,請參閱 變更記錄檔

資源格式

若要建立 Microsoft.Subscription/aliases 資源,請將下列 Terraform 新增至您的範本。

resource "azapi_resource" "symbolicname" {
  type = "Microsoft.Subscription/aliases@2021-10-01"
  name = "string"
  body = jsonencode({
    properties = {
      additionalProperties = {
        managementGroupId = "string"
        subscriptionOwnerId = "string"
        subscriptionTenantId = "string"
        tags = {
          {customized property} = "string"
        }
      }
      billingScope = "string"
      displayName = "string"
      resellerId = "string"
      subscriptionId = "string"
      workload = "string"
    }
  })
}

屬性值

Microsoft.Subscription/aliases

名字 描述 價值
名字 資源名稱 字串 (必要)
性能 放置別名要求屬性。 PutAliasRequestPropertiesOrSubscriptionAliasResponseProperties
類型 資源類型 “Microsoft.Subscription/aliases@2021-10-01”

PutAliasRequestAdditionalProperties

名字 描述 價值
managementGroupId 訂用帳戶的管理群組標識碼。 字串
subscriptionOwnerId 訂用帳戶的擁有者標識碼 字串
subscriptionTenantId 訂用帳戶的租用戶標識碼 字串
標籤 訂用帳戶的標籤 PutAliasRequestAdditionalPropertiesTags

PutAliasRequestAdditionalPropertiesTags

名字 描述 價值

PutAliasRequestPropertiesOrSubscriptionAliasResponseProperties

名字 描述 價值
additionalProperties 放置別名要求其他屬性。 PutAliasRequestAdditionalProperties
billingScope 訂用帳戶的計費範圍。
針對 CustomerLed 和 FieldLed - /billingAccounts/{billingAccountName}/billingProfiles/{billingProfileName}/invoiceSections/{invoiceSectionName}
針對 PartnerLed - /billingAccounts/{billingAccountName}/customers/{customerName}
針對舊版 EA - /billingAccounts/{billingAccountName}/enrollmentAccounts/{enrollmentAccountName}
字串
displayName 訂用帳戶的易記名稱。 字串
resellerId 轉銷商標識碼 字串
subscriptionId 此參數可用來建立現有訂用帳戶標識碼的別名 字串
工作量 訂用帳戶的工作負載類型。 它可以是 Production 或 DevTest。 'DevTest'
'Production'