共用方式為


Test interface

負載測試模型

屬性

certificate

憑證元數據

createdBy

建立的使用者。

createdDateTime

建立日期時間(ISO 8601 常值格式)。

description

測試描述。

displayName

測試的顯示名稱。

environmentVariables

環境變數,定義為一組 <名稱、值> 組。

inputArtifacts

測試的輸入成品。

keyvaultReferenceIdentityId

參考金鑰保存庫之受控識別的資源識別碼。

keyvaultReferenceIdentityType

參考金鑰保存庫的受控識別類型。

lastModifiedBy

上次修改的使用者。

lastModifiedDateTime

上次修改日期時間(ISO 8601 常值格式)。

loadTestConfiguration

負載測試組態。

passFailCriteria

通過測試的失敗準則。

secrets

秘密可以儲存在 Azure Key Vault 或任何其他秘密存放區中。 如果秘密儲存在 Azure Key Vault 中,此值應該是秘密標識碼,而且類型應該AKV_SECRET_URI。 如果秘密儲存在別處,則應該直接提供秘密值,而且應該SECRET_VALUE類型。

subnetId

應執行負載測試實例的子網標識碼。

testId

唯一的測試名稱作為標識碼。

屬性詳細資料

certificate

憑證元數據

certificate?: CertificateMetadata

屬性值

createdBy

建立的使用者。

createdBy?: string

屬性值

string

createdDateTime

建立日期時間(ISO 8601 常值格式)。

createdDateTime?: string | Date

屬性值

string | Date

description

測試描述。

description?: string

屬性值

string

displayName

測試的顯示名稱。

displayName?: string

屬性值

string

environmentVariables

環境變數,定義為一組 <名稱、值> 組。

environmentVariables?: Record<string, string>

屬性值

Record<string, string>

inputArtifacts

測試的輸入成品。

inputArtifacts?: TestInputArtifacts

屬性值

keyvaultReferenceIdentityId

參考金鑰保存庫之受控識別的資源識別碼。

keyvaultReferenceIdentityId?: string

屬性值

string

keyvaultReferenceIdentityType

參考金鑰保存庫的受控識別類型。

keyvaultReferenceIdentityType?: string

屬性值

string

lastModifiedBy

上次修改的使用者。

lastModifiedBy?: string

屬性值

string

lastModifiedDateTime

上次修改日期時間(ISO 8601 常值格式)。

lastModifiedDateTime?: string | Date

屬性值

string | Date

loadTestConfiguration

負載測試組態。

loadTestConfiguration?: LoadTestConfiguration

屬性值

passFailCriteria

通過測試的失敗準則。

passFailCriteria?: PassFailCriteria

屬性值

secrets

秘密可以儲存在 Azure Key Vault 或任何其他秘密存放區中。 如果秘密儲存在 Azure Key Vault 中,此值應該是秘密標識碼,而且類型應該AKV_SECRET_URI。 如果秘密儲存在別處,則應該直接提供秘密值,而且應該SECRET_VALUE類型。

secrets?: Record<string, Secret>

屬性值

Record<string, Secret>

subnetId

應執行負載測試實例的子網標識碼。

subnetId?: string

屬性值

string

testId

唯一的測試名稱作為標識碼。

testId?: string

屬性值

string