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 | 資源所在的地理位置 | 需要字串 () |
tags | 資源標籤。 | 標記名稱和值的字典。 請參閱 範本中的標籤 |
身分識別 | 用於資源的身分識別類型。 | ManagedServiceIdentity |
properties | 負載測試資源屬性 | LoadTestProperties |
ManagedServiceIdentity
名稱 | 描述 | 值 |
---|---|---|
type | (允許 SystemAssigned 和 UserAssigned 類型的受控服務識別類型) 。 | 'None' 'SystemAssigned' 'SystemAssigned,UserAssigned' 'UserAssigned' (必要) |
userAssignedIdentities | 與資源相關聯的使用者指派身分識別集。 userAssignedIdentities 字典索引鍵的格式為 ARM 資源識別碼:'/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft。ManagedIdentity/userAssignedIdentities/{identityName}。 字典值可以是要求中 ({}) 的空白物件。 | object |
LoadTestProperties
名稱 | 描述 | 值 |
---|---|---|
description | 資源的描述。 | 字串 |
加密 | CMK Encryption 屬性。 | EncryptionProperties |
EncryptionProperties
名稱 | 描述 | 值 |
---|---|---|
身分識別 | 客戶管理的金鑰設定的所有身分識別組態,定義應用來驗證金鑰保存庫身分識別。 | EncryptionPropertiesIdentity |
keyUrl | 金鑰加密金鑰 URL,版本設定。 例如:https://contosovault.vault.azure.net/keys/contosokek/562a4bb76b524a1493a6afe8e536ee78 或 https://contosovault.vault.azure.net/keys/contosokek. |
字串 |
EncryptionPropertiesIdentity
名稱 | 描述 | 值 |
---|---|---|
resourceId | 使用者指派的身分識別,用來存取金鑰加密金鑰 URL。 例如:/subscriptions/fa5fc227-a624-475e-b696-cdd604c735bc/resourceGroups/{resource group}/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
名稱 | 描述 | 值 |
---|---|---|
type | 資源類型 | 'Microsoft。LoadTestService/loadTests' |
apiVersion | 資源 API 版本 | '2022-12-01' |
NAME | 資源名稱 | 需要字串 () 字元限制:1-64 有效字元: 不能使用: <>*&@:?+/\,;=.| []" 或空格。無法以底線、連字號或數字開頭。 無法以底線或連字號結尾。 資源名稱在整個 Azure 中必須是唯一的。 |
location | 資源所在的地理位置 | 需要字串 () |
tags | 資源標籤。 | 標記名稱和值的字典。 請參閱 範本中的標籤 |
身分識別 | 用於資源的身分識別類型。 | ManagedServiceIdentity |
properties | 負載測試資源屬性 | LoadTestProperties |
ManagedServiceIdentity
名稱 | 描述 | 值 |
---|---|---|
type | (允許 SystemAssigned 和 UserAssigned 類型的受控服務識別類型) 。 | 'None' 'SystemAssigned' 'SystemAssigned,UserAssigned' 'UserAssigned' (必要) |
userAssignedIdentities | 與資源相關聯的使用者指派身分識別集。 userAssignedIdentities 字典索引鍵的格式為 ARM 資源識別碼:'/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft。ManagedIdentity/userAssignedIdentities/{identityName}。 字典值可以是要求中 ({}) 的空白物件。 | object |
LoadTestProperties
名稱 | 描述 | 值 |
---|---|---|
description | 資源的描述。 | 字串 |
加密 | CMK Encryption 屬性。 | EncryptionProperties |
EncryptionProperties
名稱 | 描述 | 值 |
---|---|---|
身分識別 | 客戶管理的金鑰設定的所有身分識別組態,定義應用來驗證金鑰保存庫身分識別。 | EncryptionPropertiesIdentity |
keyUrl | 金鑰加密金鑰 URL,版本設定。 例如:https://contosovault.vault.azure.net/keys/contosokek/562a4bb76b524a1493a6afe8e536ee78 或 https://contosovault.vault.azure.net/keys/contosokek. |
字串 |
EncryptionPropertiesIdentity
名稱 | 描述 | 值 |
---|---|---|
resourceId | 使用者指派的身分識別,用來存取金鑰加密金鑰 URL。 例如:/subscriptions/fa5fc227-a624-475e-b696-cdd604c735bc/resourceGroups/{resource group}/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
名稱 | 描述 | 值 |
---|---|---|
type | 資源類型 | 「Microsoft。LoadTestService/loadTests@2022-12-01」 |
NAME | 資源名稱 | 需要字串 () 字元限制:1-64 有效字元: 不能使用: <>*&@:?+/\,;=.| []" 或空格。無法以底線、連字號或數字開頭。 無法以底線或連字號結尾。 資源名稱在 Azure 中必須是唯一的。 |
location | 資源所在的地理位置 | 字串 (必要) |
parent_id | 若要部署至資源群組,請使用該資源群組的識別碼。 | 字串 (必要) |
tags | 資源標籤。 | 標記名稱和值的字典。 |
身分識別 | 用於資源的身分識別類型。 | ManagedServiceIdentity |
properties | 負載測試資源屬性 | LoadTestProperties |
ManagedServiceIdentity
名稱 | 描述 | 值 |
---|---|---|
type | (允許 SystemAssigned 和 UserAssigned 類型的受控服務識別類型) 。 | 「SystemAssigned」 「SystemAssigned,UserAssigned」 ) 所需的 「UserAssigned」 ( |
identity_ids | 與資源相關聯的使用者指派身分識別集。 userAssignedIdentities 字典索引鍵的格式為 ARM 資源識別碼:'/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft。ManagedIdentity/userAssignedIdentities/{identityName}。 字典值可以是要求中 () 的空白物件 {} 。 | 使用者身分識別識別碼的陣列。 |
LoadTestProperties
名稱 | 描述 | 值 |
---|---|---|
description | 資源的描述。 | 字串 |
加密 | CMK Encryption 屬性。 | EncryptionProperties |
EncryptionProperties
名稱 | 描述 | 值 |
---|---|---|
身分識別 | 客戶自控金鑰設定的所有身分識別設定,定義應該用來驗證哪些身分識別來金鑰保存庫。 | EncryptionPropertiesIdentity |
keyUrl | 金鑰加密金鑰 URL,已設定版本。 例如:https://contosovault.vault.azure.net/keys/contosokek/562a4bb76b524a1493a6afe8e536ee78 或 https://contosovault.vault.azure.net/keys/contosokek. |
字串 |
EncryptionPropertiesIdentity
名稱 | 描述 | 值 |
---|---|---|
resourceId | 使用者指派的身分識別,用來存取金鑰加密金鑰 URL。 例如:/subscriptions/fa5fc227-a624-475e-b696-cdd604c735bc/resourceGroups/{resource group}/providers/Microsoft。ManagedIdentity/userAssignedIdentities/myId | 字串 |
type | 用來存取加密金鑰 URL 的受控識別類型 | 「SystemAssigned」 「UserAssigned」 |