通过


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

TestAppComponentsOutput interface

测试应用组件

属性

components

Azure 资源集合 { 资源 ID (完全限定的资源 ID,例如 subscriptions/{subId}/resourceGroups/{rg}/providers/Microsoft.LoadTestService/loadtests/{resName}) : 资源对象 }

createdBy

创建的用户。

createdDateTime

创建日期/时间(ISO 8601 文本格式)。

lastModifiedBy

上次修改的用户。

lastModifiedDateTime

上次修改日期时间(ISO 8601 文本格式)。

testId

测试标识符

属性详细信息

components

Azure 资源集合 { 资源 ID (完全限定的资源 ID,例如 subscriptions/{subId}/resourceGroups/{rg}/providers/Microsoft.LoadTestService/loadtests/{resName}) : 资源对象 }

components: Record<string, AppComponentOutput>

属性值

Record<string, AppComponentOutput>

createdBy

创建的用户。

createdBy?: string

属性值

string

createdDateTime

创建日期/时间(ISO 8601 文本格式)。

createdDateTime?: string

属性值

string

lastModifiedBy

上次修改的用户。

lastModifiedBy?: string

属性值

string

lastModifiedDateTime

上次修改日期时间(ISO 8601 文本格式)。

lastModifiedDateTime?: string

属性值

string

testId

测试标识符

testId?: string

属性值

string