共用方式為


Microsoft.Blueprint 藍圖/版本

Bicep 資源定義

藍圖/版本資源類型可以使用目標作業來部署:

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

資源格式

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

resource symbolicname 'Microsoft.Blueprint/blueprints/versions@2018-11-01-preview' = {
  parent: resourceSymbolicName
  name: 'string'
  properties: {
    blueprintName: 'string'
    changeNotes: 'string'
    description: 'string'
    displayName: 'string'
    parameters: {
      {customized property}: {
        allowedValues: [
          any(Azure.Bicep.Types.Concrete.AnyType)
        ]
        defaultValue: any(Azure.Bicep.Types.Concrete.AnyType)
        metadata: {
          description: 'string'
          displayName: 'string'
          strongType: 'string'
        }
        type: 'string'
      }
    }
    resourceGroups: {
      {customized property}: {
        dependsOn: [
          'string'
        ]
        location: 'string'
        metadata: {
          description: 'string'
          displayName: 'string'
          strongType: 'string'
        }
        name: 'string'
        tags: {
          {customized property}: 'string'
        }
      }
    }
    targetScope: 'string'
  }
}

屬性值

Microsoft.Blueprint/blueprints/versions

名字 描述 價值
名字 資源名稱 字串 (必要)
父母 在 Bicep 中,您可以指定子資源的父資源。 只有在父資源外部宣告子資源時,才需要新增這個屬性。

如需詳細資訊,請參閱 父資源外部的子資源
類型的資源符號名稱:藍圖
性能 已發佈藍圖的詳細屬性。 PublishedBlueprintProperties (必要)

ParameterDefinition

名字 描述 價值
allowedValues 此參數允許值的陣列。 any[]
defaultValue 此參數的預設值。 任何
元數據 此參數的用戶易記屬性。 ParameterDefinitionMetadata
類型 Resource Manager 樣本參數允許的數據類型。 'array'
'bool'
'int'
'object'
'secureObject'
'secureString'
'string' (必要)

ParameterDefinitionMetadata

名字 描述 價值
描述 此參數/resourceGroup 的描述。 字串

約束:
最大長度 =
displayName 此參數/resourceGroup 的 DisplayName。 字串

約束:
最大長度 =
strongType 要讓UI在藍圖指派期間呈現豐富體驗的 StrongType。 支援的強類型為 resourceType、principalId 和 location。 字串

約束:
最大長度 =

PublishedBlueprintProperties

名字 描述 價值
blueprintName 已發佈藍圖定義的名稱。 字串
changeNotes 版本特定的變更附註。 字串

約束:
最大長度 =
描述 多行說明此資源。 字串

約束:
最大長度 =
displayName 單行字串說明此資源。 字串

約束:
最大長度 =
參數 此藍圖定義所需的參數。 SharedBlueprintPropertiesParameters
resourceGroups 此藍圖定義所定義的資源群組佔位元。 SharedBlueprintPropertiesResourceGroups
targetScope 可以指派此藍圖定義的範圍。 'managementGroup'
'subscription'

ResourceGroupDefinition

名字 描述 價值
dependsOn 需要在此資源群組之前部署的成品。 string[]
位置 此 resourceGroup 的位置。 如果在藍圖指派期間指定資源群組位置,則保留空白。 字串
元數據 此資源群組的用戶易記屬性。 ParameterDefinitionMetadata
名字 此 resourceGroup 的名稱。 如果在藍圖指派期間指定資源組名,則保留空白。 字串
標籤 要指派給此資源群組的標記。 ResourceGroupDefinitionTags

ResourceGroupDefinitionTags

名字 描述 價值

SharedBlueprintPropertiesParameters

名字 描述 價值

SharedBlueprintPropertiesResourceGroups

名字 描述 價值

ARM 樣本資源定義

藍圖/版本資源類型可以使用目標作業來部署:

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

資源格式

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

{
  "type": "Microsoft.Blueprint/blueprints/versions",
  "apiVersion": "2018-11-01-preview",
  "name": "string",
  "properties": {
    "blueprintName": "string",
    "changeNotes": "string",
    "description": "string",
    "displayName": "string",
    "parameters": {
      "{customized property}": {
        "allowedValues": [ {} ],
        "defaultValue": {},
        "metadata": {
          "description": "string",
          "displayName": "string",
          "strongType": "string"
        },
        "type": "string"
      }
    },
    "resourceGroups": {
      "{customized property}": {
        "dependsOn": [ "string" ],
        "location": "string",
        "metadata": {
          "description": "string",
          "displayName": "string",
          "strongType": "string"
        },
        "name": "string",
        "tags": {
          "{customized property}": "string"
        }
      }
    },
    "targetScope": "string"
  }
}

屬性值

Microsoft.Blueprint/blueprints/versions

名字 描述 價值
apiVersion API 版本 '2018-11-01-preview'
名字 資源名稱 字串 (必要)
性能 已發佈藍圖的詳細屬性。 PublishedBlueprintProperties (必要)
類型 資源類型 'Microsoft.Blueprint/blueprints/versions'

ParameterDefinition

名字 描述 價值
allowedValues 此參數允許值的陣列。 any[]
defaultValue 此參數的預設值。 任何
元數據 此參數的用戶易記屬性。 ParameterDefinitionMetadata
類型 Resource Manager 樣本參數允許的數據類型。 'array'
'bool'
'int'
'object'
'secureObject'
'secureString'
'string' (必要)

ParameterDefinitionMetadata

名字 描述 價值
描述 此參數/resourceGroup 的描述。 字串

約束:
最大長度 =
displayName 此參數/resourceGroup 的 DisplayName。 字串

約束:
最大長度 =
strongType 要讓UI在藍圖指派期間呈現豐富體驗的 StrongType。 支援的強類型為 resourceType、principalId 和 location。 字串

約束:
最大長度 =

PublishedBlueprintProperties

名字 描述 價值
blueprintName 已發佈藍圖定義的名稱。 字串
changeNotes 版本特定的變更附註。 字串

約束:
最大長度 =
描述 多行說明此資源。 字串

約束:
最大長度 =
displayName 單行字串說明此資源。 字串

約束:
最大長度 =
參數 此藍圖定義所需的參數。 SharedBlueprintPropertiesParameters
resourceGroups 此藍圖定義所定義的資源群組佔位元。 SharedBlueprintPropertiesResourceGroups
targetScope 可以指派此藍圖定義的範圍。 'managementGroup'
'subscription'

ResourceGroupDefinition

名字 描述 價值
dependsOn 需要在此資源群組之前部署的成品。 string[]
位置 此 resourceGroup 的位置。 如果在藍圖指派期間指定資源群組位置,則保留空白。 字串
元數據 此資源群組的用戶易記屬性。 ParameterDefinitionMetadata
名字 此 resourceGroup 的名稱。 如果在藍圖指派期間指定資源組名,則保留空白。 字串
標籤 要指派給此資源群組的標記。 ResourceGroupDefinitionTags

ResourceGroupDefinitionTags

名字 描述 價值

SharedBlueprintPropertiesParameters

名字 描述 價值

SharedBlueprintPropertiesResourceGroups

名字 描述 價值

Terraform (AzAPI 提供者) 資源定義

藍圖/版本資源類型可以使用目標作業來部署:

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

資源格式

若要建立Microsoft.Blueprint/blueprints/versions 資源,請將下列 Terraform 新增至範本。

resource "azapi_resource" "symbolicname" {
  type = "Microsoft.Blueprint/blueprints/versions@2018-11-01-preview"
  name = "string"
  parent_id = "string"
  body = jsonencode({
    properties = {
      blueprintName = "string"
      changeNotes = "string"
      description = "string"
      displayName = "string"
      parameters = {
        {customized property} = {
          allowedValues = [
            ?
          ]
          defaultValue = ?
          metadata = {
            description = "string"
            displayName = "string"
            strongType = "string"
          }
          type = "string"
        }
      }
      resourceGroups = {
        {customized property} = {
          dependsOn = [
            "string"
          ]
          location = "string"
          metadata = {
            description = "string"
            displayName = "string"
            strongType = "string"
          }
          name = "string"
          tags = {
            {customized property} = "string"
          }
        }
      }
      targetScope = "string"
    }
  })
}

屬性值

Microsoft.Blueprint/blueprints/versions

名字 描述 價值
名字 資源名稱 字串 (必要)
parent_id 此資源為父系之資源的標識碼。 類型的資源標識碼:藍圖
性能 已發佈藍圖的詳細屬性。 PublishedBlueprintProperties (必要)
類型 資源類型 “Microsoft.Blueprint/blueprints/versions@2018-11-01-preview”

ParameterDefinition

名字 描述 價值
allowedValues 此參數允許值的陣列。 any[]
defaultValue 此參數的預設值。 任何
元數據 此參數的用戶易記屬性。 ParameterDefinitionMetadata
類型 Resource Manager 樣本參數允許的數據類型。 'array'
'bool'
'int'
'object'
'secureObject'
'secureString'
'string' (必要)

ParameterDefinitionMetadata

名字 描述 價值
描述 此參數/resourceGroup 的描述。 字串

約束:
最大長度 =
displayName 此參數/resourceGroup 的 DisplayName。 字串

約束:
最大長度 =
strongType 要讓UI在藍圖指派期間呈現豐富體驗的 StrongType。 支援的強類型為 resourceType、principalId 和 location。 字串

約束:
最大長度 =

PublishedBlueprintProperties

名字 描述 價值
blueprintName 已發佈藍圖定義的名稱。 字串
changeNotes 版本特定的變更附註。 字串

約束:
最大長度 =
描述 多行說明此資源。 字串

約束:
最大長度 =
displayName 單行字串說明此資源。 字串

約束:
最大長度 =
參數 此藍圖定義所需的參數。 SharedBlueprintPropertiesParameters
resourceGroups 此藍圖定義所定義的資源群組佔位元。 SharedBlueprintPropertiesResourceGroups
targetScope 可以指派此藍圖定義的範圍。 'managementGroup'
'subscription'

ResourceGroupDefinition

名字 描述 價值
dependsOn 需要在此資源群組之前部署的成品。 string[]
位置 此 resourceGroup 的位置。 如果在藍圖指派期間指定資源群組位置,則保留空白。 字串
元數據 此資源群組的用戶易記屬性。 ParameterDefinitionMetadata
名字 此 resourceGroup 的名稱。 如果在藍圖指派期間指定資源組名,則保留空白。 字串
標籤 要指派給此資源群組的標記。 ResourceGroupDefinitionTags

ResourceGroupDefinitionTags

名字 描述 價值

SharedBlueprintPropertiesParameters

名字 描述 價值

SharedBlueprintPropertiesResourceGroups

名字 描述 價值