TestAppComponents interface
測試應用程式元件
屬性
| components | Azure 資源集合 { 資源標識符 (完整資源標識符,例如 subscriptions/{subId}/resourceGroups/{rg}/providers/Microsoft.LoadTestService/loadtests/{resName}) : resource object } |
| created |
建立的使用者。 |
| created |
建立日期時間(ISO 8601 常值格式)。 |
| last |
上次修改的使用者。 |
| last |
上次修改日期時間(ISO 8601 常值格式)。 |
| test |
測試標識碼 |
屬性詳細資料
components
Azure 資源集合 { 資源標識符 (完整資源標識符,例如 subscriptions/{subId}/resourceGroups/{rg}/providers/Microsoft.LoadTestService/loadtests/{resName}) : resource object }
components: Record<string, AppComponent>
屬性值
Record<string, AppComponent>
createdBy
建立的使用者。
createdBy?: string
屬性值
string
createdDateTime
建立日期時間(ISO 8601 常值格式)。
createdDateTime?: string | Date
屬性值
string | Date
lastModifiedBy
上次修改的使用者。
lastModifiedBy?: string
屬性值
string
lastModifiedDateTime
上次修改日期時間(ISO 8601 常值格式)。
lastModifiedDateTime?: string | Date
屬性值
string | Date
testId
測試標識碼
testId?: string
屬性值
string