TestOutput interface
負載測試模型
屬性
| certificate | 憑證元數據 |
| created |
建立的使用者。 |
| created |
建立日期時間(ISO 8601 常值格式)。 |
| description | 測試描述。 |
| display |
測試的顯示名稱。 |
| environment |
環境變數,定義為一組 <名稱、值> 組。 |
| input |
測試的輸入成品。 |
| keyvault |
參考金鑰保存庫之受控識別的資源識別碼。 |
| keyvault |
參考金鑰保存庫的受控識別類型。 |
| last |
上次修改的使用者。 |
| last |
上次修改日期時間(ISO 8601 常值格式)。 |
| load |
負載測試組態。 |
| pass |
通過測試的失敗準則。 |
| secrets | 秘密可以儲存在 Azure Key Vault 或任何其他秘密存放區中。 如果秘密儲存在 Azure Key Vault 中,此值應該是秘密標識碼,而且類型應該AKV_SECRET_URI。 如果秘密儲存在別處,則應該直接提供秘密值,而且應該SECRET_VALUE類型。 |
| subnet |
應執行負載測試實例的子網標識碼。 |
| test |
唯一的測試名稱作為標識碼。 |
屬性詳細資料
certificate
createdBy
建立的使用者。
createdBy?: string
屬性值
string
createdDateTime
建立日期時間(ISO 8601 常值格式)。
createdDateTime?: string
屬性值
string
description
測試描述。
description?: string
屬性值
string
displayName
測試的顯示名稱。
displayName?: string
屬性值
string
environmentVariables
環境變數,定義為一組 <名稱、值> 組。
environmentVariables?: Record<string, string>
屬性值
Record<string, string>
inputArtifacts
keyvaultReferenceIdentityId
參考金鑰保存庫之受控識別的資源識別碼。
keyvaultReferenceIdentityId?: string
屬性值
string
keyvaultReferenceIdentityType
參考金鑰保存庫的受控識別類型。
keyvaultReferenceIdentityType?: string
屬性值
string
lastModifiedBy
上次修改的使用者。
lastModifiedBy?: string
屬性值
string
lastModifiedDateTime
上次修改日期時間(ISO 8601 常值格式)。
lastModifiedDateTime?: string
屬性值
string
loadTestConfiguration
passFailCriteria
secrets
秘密可以儲存在 Azure Key Vault 或任何其他秘密存放區中。 如果秘密儲存在 Azure Key Vault 中,此值應該是秘密標識碼,而且類型應該AKV_SECRET_URI。 如果秘密儲存在別處,則應該直接提供秘密值,而且應該SECRET_VALUE類型。
secrets?: Record<string, SecretOutput>
屬性值
Record<string, SecretOutput>
subnetId
應執行負載測試實例的子網標識碼。
subnetId?: string
屬性值
string
testId
唯一的測試名稱作為標識碼。
testId?: string
屬性值
string