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

Microsoft。LoadTestService loadTests 2022-12-01

Bicep 资源定义

loadTests 资源类型可以部署到:

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

资源格式

创建Microsoft。LoadTestService/loadTests 资源,将以下 Bicep 添加到模板。

resource symbolicname 'Microsoft.LoadTestService/loadTests@2022-12-01' = {
  name: 'string'
  location: 'string'
  tags: {
    tagName1: 'tagValue1'
    tagName2: 'tagValue2'
  }
  identity: {
    type: 'string'
    userAssignedIdentities: {}
  }
  properties: {
    description: 'string'
    encryption: {
      identity: {
        resourceId: 'string'
        type: 'string'
      }
      keyUrl: 'string'
    }
  }
}

属性值

loadTests

名称 说明
name 资源名称 字符串 (必需)

字符限制:1-64

有效字符:
不得使用:
<>*&@:?+/\,;=.| []" 或空格。

不能以下划线、连字符或数字开头。 不能以下划线或连字符结尾。

资源名称在 Azure 中必须是唯一的。
location 资源所在的地理位置 字符串 (必需)
标记 资源标记。 标记名称和值的字典。 请参阅 模板中的标记
identity 用于资源的标识类型。 ManagedServiceIdentity
properties 负载测试资源属性 LoadTestProperties

ManagedServiceIdentity

名称 说明 Value
type ) 允许 SystemAssigned 和 UserAssigned 类型的托管服务标识 (的类型。 “None”
“SystemAssigned”
“SystemAssigned,UserAssigned”
“UserAssigned” (必需)
userAssignedIdentities 与资源关联的用户分配标识集。 userAssignedIdentities 字典密钥将是 ARM 资源 ID,格式为:'/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft。ManagedIdentity/userAssignedIdentities/{identityName}。 字典值可以是请求中) ({} 空对象。 对象

LoadTestProperties

名称 说明 Value
description 资源的说明。 字符串
加密 CMK 加密属性。 EncryptionProperties

EncryptionProperties

名称 说明
identity 客户管理的密钥设置的所有标识配置,定义应使用哪个标识进行身份验证以密钥保管库。 EncryptionPropertiesIdentity
keyUrl 密钥加密密钥 URL,版本控制。 例如:https://contosovault.vault.azure.net/keys/contosokek/562a4bb76b524a1493a6afe8e536ee78https://contosovault.vault.azure.net/keys/contosokek. 字符串

EncryptionPropertiesIdentity

名称 说明
resourceId 用户分配的标识,用于访问密钥加密密钥 URL。 例如:/subscriptions/fa5fc227-a624-475e-b696-cdd604c735bc/resourceGroups/{资源组}/providers/Microsoft。ManagedIdentity/userAssignedIdentities/myId 字符串
type 用于访问加密密钥 URL 的托管标识类型 “SystemAssigned”
“UserAssigned”

ARM 模板资源定义

loadTests 资源类型可以部署到:

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

资源格式

创建Microsoft。LoadTestService/loadTests 资源,将以下 JSON 添加到模板。

{
  "type": "Microsoft.LoadTestService/loadTests",
  "apiVersion": "2022-12-01",
  "name": "string",
  "location": "string",
  "tags": {
    "tagName1": "tagValue1",
    "tagName2": "tagValue2"
  },
  "identity": {
    "type": "string",
    "userAssignedIdentities": {}
  },
  "properties": {
    "description": "string",
    "encryption": {
      "identity": {
        "resourceId": "string",
        "type": "string"
      },
      "keyUrl": "string"
    }
  }
}

属性值

loadTests

名称 说明 Value
type 资源类型 “Microsoft。LoadTestService/loadTests'
apiVersion 资源 API 版本 '2022-12-01'
name 资源名称 字符串 (必需)

字符限制:1-64

有效字符:
不得使用:
<>*&@:?+/\,;=.| []" 或空格。

不能以下划线、连字符或数字开头。 不能以下划线或连字符结尾。

资源名称在 Azure 中必须是唯一的。
location 资源所在的地理位置 字符串 (必需)
标记 资源标记。 标记名称和值的字典。 请参阅 模板中的标记
identity 用于资源的标识类型。 ManagedServiceIdentity
properties 负载测试资源属性 LoadTestProperties

ManagedServiceIdentity

名称 说明 Value
type 托管服务标识的类型 (其中允许 systemAssigned 和 UserAssigned 类型) 。 “None”
“SystemAssigned”
“SystemAssigned,UserAssigned”
“UserAssigned” (必需)
userAssignedIdentities 与资源关联的用户分配标识集。 userAssignedIdentities 字典密钥将采用 ARM 资源 ID,格式为:'/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft。ManagedIdentity/userAssignedIdentities/{identityName}。 字典值可以是请求中 ({}) 的空对象。 对象

LoadTestProperties

名称 说明 Value
description 资源的说明。 字符串
加密 CMK 加密属性。 EncryptionProperties

EncryptionProperties

名称 说明 Value
identity 客户管理的密钥设置的所有标识配置,定义应使用哪个标识进行身份验证密钥保管库。 EncryptionPropertiesIdentity
keyUrl 密钥加密密钥 URL,版本控制。 例如:https://contosovault.vault.azure.net/keys/contosokek/562a4bb76b524a1493a6afe8e536ee78https://contosovault.vault.azure.net/keys/contosokek. 字符串

EncryptionPropertiesIdentity

名称 说明
resourceId 用户分配的标识用于访问密钥加密密钥 URL。 例如:/subscriptions/fa5fc227-a624-475e-b696-cdd604c735bc/resourceGroups/{资源组}/providers/Microsoft。ManagedIdentity/userAssignedIdentities/myId 字符串
type 用于访问加密密钥 URL 的托管标识类型 “SystemAssigned”
“UserAssigned”

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

loadTests 资源类型可部署到:

  • 资源组

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

资源格式

创建Microsoft。LoadTestService/loadTests 资源,将以下 Terraform 添加到模板。

resource "azapi_resource" "symbolicname" {
  type = "Microsoft.LoadTestService/loadTests@2022-12-01"
  name = "string"
  location = "string"
  parent_id = "string"
  tags = {
    tagName1 = "tagValue1"
    tagName2 = "tagValue2"
  }
  identity {
    type = "string"
    identity_ids = []
  }
  body = jsonencode({
    properties = {
      description = "string"
      encryption = {
        identity = {
          resourceId = "string"
          type = "string"
        }
        keyUrl = "string"
      }
    }
  })
}

属性值

loadTests

名称 说明 Value
type 资源类型 “Microsoft。LoadTestService/loadTests@2022-12-01”
name 资源名称 字符串 (必需)

字符限制:1-64

有效字符:
不得使用:
<>*&@:?+/\,;=.| []" 或空格。

不能以下划线、连字符或数字开头。 不能以下划线或连字符结尾。

资源名称在 Azure 中必须是唯一的。
location 资源所在的地理位置 字符串 (必需)
parent_id 若要部署到资源组,请使用该资源组的 ID。 字符串 (必需)
标记 资源标记。 标记名称和值的字典。
identity 用于资源的标识类型。 ManagedServiceIdentity
properties 负载测试资源属性 LoadTestProperties

ManagedServiceIdentity

名称 说明 Value
type 托管服务标识的类型 (其中允许 systemAssigned 和 UserAssigned 类型) 。 “SystemAssigned”
“SystemAssigned,UserAssigned”
“UserAssigned” (必需)
identity_ids 与资源关联的用户分配标识集。 userAssignedIdentities 字典密钥将采用 ARM 资源 ID,格式为:'/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft。ManagedIdentity/userAssignedIdentities/{identityName}。 字典值可以是请求中 ({}) 的空对象。 用户标识 ID 数组。

LoadTestProperties

名称 说明 Value
description 资源的说明。 字符串
加密 CMK 加密属性。 EncryptionProperties

EncryptionProperties

名称 说明 Value
identity 客户管理的密钥设置的所有标识配置,定义应使用哪个标识进行身份验证密钥保管库。 EncryptionPropertiesIdentity
keyUrl 密钥加密密钥 URL,版本控制。 例如:https://contosovault.vault.azure.net/keys/contosokek/562a4bb76b524a1493a6afe8e536ee78https://contosovault.vault.azure.net/keys/contosokek. 字符串

EncryptionPropertiesIdentity

名称 说明 Value
resourceId 用户分配的标识用于访问密钥加密密钥 URL。 例如:/subscriptions/fa5fc227-a624-475e-b696-cdd604c735bc/resourceGroups/{资源组}/providers/Microsoft。ManagedIdentity/userAssignedIdentities/myId 字符串
type 用于访问加密密钥 URL 的托管标识类型 “SystemAssigned”
“UserAssigned”