TestAppComponentsOutput interface
测试应用组件
属性
| components | Azure 资源集合 { 资源 ID (完全限定的资源 ID,例如 subscriptions/{subId}/resourceGroups/{rg}/providers/Microsoft.LoadTestService/loadtests/{resName}) : 资源对象 } |
| created |
创建的用户。 |
| created |
创建日期/时间(ISO 8601 文本格式)。 |
| last |
上次修改的用户。 |
| last |
上次修改日期时间(ISO 8601 文本格式)。 |
| test |
测试标识符 |
属性详细信息
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