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

Microsoft.BlueprintAssignments 2017-11-11-preview

Bicep 资源定义

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

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

资源格式

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

resource symbolicname 'Microsoft.Blueprint/blueprintAssignments@2017-11-11-preview' = {
  identity: {
    principalId: 'string'
    tenantId: 'string'
    type: 'string'
  }
  location: 'string'
  name: 'string'
  properties: {
    blueprintId: 'string'
    description: 'string'
    displayName: 'string'
    locks: {
      mode: 'string'
    }
    parameters: {
      {customized property}: {
        description: 'string'
      }
    }
    resourceGroups: {
      {customized property}: {
        location: 'string'
        name: 'string'
      }
    }
  }
}

属性值

AssignmentLockSettings

名字 描述 价值
模式 锁定模式。 “AllResources”
“None”

AssignmentProperties

名字 描述 价值
blueprintId 蓝图定义资源的 ID。 字符串
描述 多行说明此资源。 字符串

约束:
最大长度 =
displayName 单行字符串解释此资源。 字符串

约束:
最大长度 =
定义如何锁定蓝图管理的资源。 AssignmentLockSettings
参数 蓝图参数值。 ParameterValueCollection (必需)
resourceGroups 资源组占位符的名称和位置。 ResourceGroupValueCollection (必需)

ManagedServiceIdentity

名字 描述 价值
principalId 与此标识关联的 Azure Active Directory 主体 ID。 字符串
tenantId Azure Active Directory 的 ID。 字符串
类型 托管服务标识的类型。 “None”
“SystemAssigned”
“UserAssigned”(必需)

Microsoft.Blueprint/blueprintAssignments

名字 描述 价值
身份 此蓝图分配的托管服务标识 ManagedServiceIdentity (必需)
位置 此蓝图分配的位置。 string (必需)
名字 资源名称 string (必需)
性能 Assignment 对象的属性。 AssignmentProperties (必需)

ParameterValueBase

名字 描述 价值
描述 可选属性,只是为了将 ParameterValueBase 建立为 BaseClass。 字符串

ParameterValueCollection

名字 描述 价值

ResourceGroupValue

名字 描述 价值
位置 资源组的位置 字符串
名字 资源组的名称 字符串

约束:
最小长度 = 1
最大长度 = 1

ResourceGroupValueCollection

名字 描述 价值

ARM 模板资源定义

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

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

资源格式

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

{
  "type": "Microsoft.Blueprint/blueprintAssignments",
  "apiVersion": "2017-11-11-preview",
  "name": "string",
  "identity": {
    "principalId": "string",
    "tenantId": "string",
    "type": "string"
  },
  "location": "string",
  "properties": {
    "blueprintId": "string",
    "description": "string",
    "displayName": "string",
    "locks": {
      "mode": "string"
    },
    "parameters": {
      "{customized property}": {
        "description": "string"
      }
    },
    "resourceGroups": {
      "{customized property}": {
        "location": "string",
        "name": "string"
      }
    }
  }
}

属性值

AssignmentLockSettings

名字 描述 价值
模式 锁定模式。 “AllResources”
“None”

AssignmentProperties

名字 描述 价值
blueprintId 蓝图定义资源的 ID。 字符串
描述 多行说明此资源。 字符串

约束:
最大长度 =
displayName 单行字符串解释此资源。 字符串

约束:
最大长度 =
定义如何锁定蓝图管理的资源。 AssignmentLockSettings
参数 蓝图参数值。 ParameterValueCollection (必需)
resourceGroups 资源组占位符的名称和位置。 ResourceGroupValueCollection (必需)

ManagedServiceIdentity

名字 描述 价值
principalId 与此标识关联的 Azure Active Directory 主体 ID。 字符串
tenantId Azure Active Directory 的 ID。 字符串
类型 托管服务标识的类型。 “None”
“SystemAssigned”
“UserAssigned”(必需)

Microsoft.Blueprint/blueprintAssignments

名字 描述 价值
apiVersion API 版本 '2017-11-11-preview'
身份 此蓝图分配的托管服务标识 ManagedServiceIdentity (必需)
位置 此蓝图分配的位置。 string (必需)
名字 资源名称 string (必需)
性能 Assignment 对象的属性。 AssignmentProperties (必需)
类型 资源类型 “Microsoft.Blueprint/blueprintAssignments”

ParameterValueBase

名字 描述 价值
描述 可选属性,只是为了将 ParameterValueBase 建立为 BaseClass。 字符串

ParameterValueCollection

名字 描述 价值

ResourceGroupValue

名字 描述 价值
位置 资源组的位置 字符串
名字 资源组的名称 字符串

约束:
最小长度 = 1
最大长度 = 1

ResourceGroupValueCollection

名字 描述 价值

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

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

  • 订阅

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

资源格式

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

resource "azapi_resource" "symbolicname" {
  type = "Microsoft.Blueprint/blueprintAssignments@2017-11-11-preview"
  name = "string"
  identity = {
    principalId = "string"
    tenantId = "string"
    type = "string"
  }
  location = "string"
  body = jsonencode({
    properties = {
      blueprintId = "string"
      description = "string"
      displayName = "string"
      locks = {
        mode = "string"
      }
      parameters = {
        {customized property} = {
          description = "string"
        }
      }
      resourceGroups = {
        {customized property} = {
          location = "string"
          name = "string"
        }
      }
    }
  })
}

属性值

AssignmentLockSettings

名字 描述 价值
模式 锁定模式。 “AllResources”
“None”

AssignmentProperties

名字 描述 价值
blueprintId 蓝图定义资源的 ID。 字符串
描述 多行说明此资源。 字符串

约束:
最大长度 =
displayName 单行字符串解释此资源。 字符串

约束:
最大长度 =
定义如何锁定蓝图管理的资源。 AssignmentLockSettings
参数 蓝图参数值。 ParameterValueCollection (必需)
resourceGroups 资源组占位符的名称和位置。 ResourceGroupValueCollection (必需)

ManagedServiceIdentity

名字 描述 价值
principalId 与此标识关联的 Azure Active Directory 主体 ID。 字符串
tenantId Azure Active Directory 的 ID。 字符串
类型 托管服务标识的类型。 “None”
“SystemAssigned”
“UserAssigned”(必需)

Microsoft.Blueprint/blueprintAssignments

名字 描述 价值
身份 此蓝图分配的托管服务标识 ManagedServiceIdentity (必需)
位置 此蓝图分配的位置。 string (必需)
名字 资源名称 string (必需)
性能 Assignment 对象的属性。 AssignmentProperties (必需)
类型 资源类型 “Microsoft.Blueprint/blueprintAssignments@2017-11-11-preview”

ParameterValueBase

名字 描述 价值
描述 可选属性,只是为了将 ParameterValueBase 建立为 BaseClass。 字符串

ParameterValueCollection

名字 描述 价值

ResourceGroupValue

名字 描述 价值
位置 资源组的位置 字符串
名字 资源组的名称 字符串

约束:
最小长度 = 1
最大长度 = 1

ResourceGroupValueCollection

名字 描述 价值