共用方式為


Microsoft.LoadTestService loadTests 2022-04-15-preview

Bicep 資源定義

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

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

資源格式

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

resource symbolicname 'Microsoft.LoadTestService/loadTests@2022-04-15-preview' = {
  identity: {
    type: 'string'
    userAssignedIdentities: {
      {customized property}: {}
    }
  }
  location: 'string'
  name: 'string'
  properties: {
    description: 'string'
    encryption: {
      identity: {
        resourceId: 'string'
        type: 'string'
      }
      keyUrl: 'string'
    }
  }
  tags: {
    {customized property}: 'string'
  }
}

屬性值

EncryptionProperties

名字 描述 價值
身份 客戶管理的金鑰設定的所有身分識別組態,定義應用來驗證 Key Vault 的身分識別。 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 字串
類型 用來存取加密金鑰 URL 的受控識別類型 'SystemAssigned'
'UserAssigned'

LoadTestProperties

名字 描述 價值
描述 資源的描述。 字串

約束:
最大長度 =
加密 CMK Encryption 屬性。 EncryptionProperties

ManagedServiceIdentity

名字 描述 價值
類型 受控服務識別的類型(允許 SystemAssigned 和 UserAssigned 類型)。 'None'
'SystemAssigned'
'SystemAssigned,UserAssigned'
'UserAssigned' (必要)
userAssignedIdentities 與資源相關聯的使用者指派身分識別集。 userAssignedIdentities 字典索引鍵的格式為 ARM 資源標識符:'/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}。 字典值可以是要求中的空白物件({})。 UserAssignedIdentities

Microsoft.LoadTestService/loadTests

名字 描述 價值
身份 用於資源的身分識別類型。 ManagedServiceIdentity
位置 資源所在的地理位置 字串 (必要)
名字 資源名稱 字串 (必要)
性能 負載測試資源屬性 LoadTestProperties
標籤 資源標籤 標記名稱和值的字典。 請參閱範本中的 標籤

TrackedResourceTags

名字 描述 價值

UserAssignedIdentities

名字 描述 價值

UserAssignedIdentity

名字 描述 價值

ARM 樣本資源定義

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

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

資源格式

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

{
  "type": "Microsoft.LoadTestService/loadTests",
  "apiVersion": "2022-04-15-preview",
  "name": "string",
  "identity": {
    "type": "string",
    "userAssignedIdentities": {
      "{customized property}": {
      }
    }
  },
  "location": "string",
  "properties": {
    "description": "string",
    "encryption": {
      "identity": {
        "resourceId": "string",
        "type": "string"
      },
      "keyUrl": "string"
    }
  },
  "tags": {
    "{customized property}": "string"
  }
}

屬性值

EncryptionProperties

名字 描述 價值
身份 客戶管理的金鑰設定的所有身分識別組態,定義應用來驗證 Key Vault 的身分識別。 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 字串
類型 用來存取加密金鑰 URL 的受控識別類型 'SystemAssigned'
'UserAssigned'

LoadTestProperties

名字 描述 價值
描述 資源的描述。 字串

約束:
最大長度 =
加密 CMK Encryption 屬性。 EncryptionProperties

ManagedServiceIdentity

名字 描述 價值
類型 受控服務識別的類型(允許 SystemAssigned 和 UserAssigned 類型)。 'None'
'SystemAssigned'
'SystemAssigned,UserAssigned'
'UserAssigned' (必要)
userAssignedIdentities 與資源相關聯的使用者指派身分識別集。 userAssignedIdentities 字典索引鍵的格式為 ARM 資源標識符:'/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}。 字典值可以是要求中的空白物件({})。 UserAssignedIdentities

Microsoft.LoadTestService/loadTests

名字 描述 價值
apiVersion API 版本 '2022-04-15-preview'
身份 用於資源的身分識別類型。 ManagedServiceIdentity
位置 資源所在的地理位置 字串 (必要)
名字 資源名稱 字串 (必要)
性能 負載測試資源屬性 LoadTestProperties
標籤 資源標籤 標記名稱和值的字典。 請參閱範本中的 標籤
類型 資源類型 'Microsoft.LoadTestService/loadTests'

TrackedResourceTags

名字 描述 價值

UserAssignedIdentities

名字 描述 價值

UserAssignedIdentity

名字 描述 價值

Terraform (AzAPI 提供者) 資源定義

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

  • 資源群組

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

資源格式

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

resource "azapi_resource" "symbolicname" {
  type = "Microsoft.LoadTestService/loadTests@2022-04-15-preview"
  name = "string"
  identity = {
    type = "string"
    userAssignedIdentities = {
      {customized property} = {
      }
    }
  }
  location = "string"
  tags = {
    {customized property} = "string"
  }
  body = jsonencode({
    properties = {
      description = "string"
      encryption = {
        identity = {
          resourceId = "string"
          type = "string"
        }
        keyUrl = "string"
      }
    }
  })
}

屬性值

EncryptionProperties

名字 描述 價值
身份 客戶管理的金鑰設定的所有身分識別組態,定義應用來驗證 Key Vault 的身分識別。 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 字串
類型 用來存取加密金鑰 URL 的受控識別類型 'SystemAssigned'
'UserAssigned'

LoadTestProperties

名字 描述 價值
描述 資源的描述。 字串

約束:
最大長度 =
加密 CMK Encryption 屬性。 EncryptionProperties

ManagedServiceIdentity

名字 描述 價值
類型 受控服務識別的類型(允許 SystemAssigned 和 UserAssigned 類型)。 'None'
'SystemAssigned'
'SystemAssigned,UserAssigned'
'UserAssigned' (必要)
userAssignedIdentities 與資源相關聯的使用者指派身分識別集。 userAssignedIdentities 字典索引鍵的格式為 ARM 資源標識符:'/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}。 字典值可以是要求中的空白物件({})。 UserAssignedIdentities

Microsoft.LoadTestService/loadTests

名字 描述 價值
身份 用於資源的身分識別類型。 ManagedServiceIdentity
位置 資源所在的地理位置 字串 (必要)
名字 資源名稱 字串 (必要)
性能 負載測試資源屬性 LoadTestProperties
標籤 資源標籤 標記名稱和值的字典。
類型 資源類型 “Microsoft.LoadTestService/loadTests@2022-04-15-preview”

TrackedResourceTags

名字 描述 價值

UserAssignedIdentities

名字 描述 價值

UserAssignedIdentity

名字 描述 價值