共用方式為


Microsoft.Authorization attributeNamespaces

Bicep 資源定義

attributeNamespaces 資源類型可部署為針對以下操作:

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

資源格式

要建立 Microsoft.Authorization/attributeNamespaces 資源,請將以下 Bicep 加入你的範本。

resource symbolicname 'Microsoft.Authorization/attributeNamespaces@2025-12-01-preview' = {
  name: 'string'
}

屬性值

Microsoft.Authorization/attributeNamespaces

名稱 Description 價值觀
名稱 資源名稱 字串 (必要)

ARM 樣本資源定義

attributeNamespaces 資源類型可部署為針對以下操作:

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

資源格式

要建立 Microsoft.Authorization/attributeNamespaces 資源,請將以下 JSON 加入範本。

{
  "type": "Microsoft.Authorization/attributeNamespaces",
  "apiVersion": "2025-12-01-preview",
  "name": "string"
}

屬性值

Microsoft.Authorization/attributeNamespaces

名稱 Description 價值觀
apiVersion API 版本 '2025-12-01-預覽'
名稱 資源名稱 字串 (必要)
型別 資源類型 'Microsoft.Authorization/attributeNamespaces'

使用範例

Terraform (AzAPI 提供者) 資源定義

attributeNamespaces 資源類型可部署為針對以下操作:

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

資源格式

要建立 Microsoft.Authorization/attributeNamespaces 資源,請將以下 Terraform 加入你的範本。

resource "azapi_resource" "symbolicname" {
  type = "Microsoft.Authorization/attributeNamespaces@2025-12-01-preview"
  name = "string"
  parent_id = "string"
}

屬性值

Microsoft.Authorization/attributeNamespaces

名稱 Description 價值觀
名稱 資源名稱 字串 (必要)
型別 資源類型 「Microsoft.授權/attributeNamespaces@2025-12-01-預覽」