TestRunAppComponents interface
Test run app component
Properties
| components | Azure resource collection { resource id (fully qualified resource Id e.g subscriptions/{subId}/resourceGroups/{rg}/providers/Microsoft.LoadTestService/loadtests/{resName}) : resource object } |
| created |
The user that created. |
| created |
The creation datetime(ISO 8601 literal format). |
| last |
The user that last modified. |
| last |
The last Modified datetime(ISO 8601 literal format). |
| test |
Test run identifier |
Property Details
components
Azure resource collection { resource id (fully qualified resource Id e.g subscriptions/{subId}/resourceGroups/{rg}/providers/Microsoft.LoadTestService/loadtests/{resName}) : resource object }
components: Record<string, AppComponent>
Property Value
Record<string, AppComponent>
createdBy
The user that created.
createdBy?: string
Property Value
string
createdDateTime
The creation datetime(ISO 8601 literal format).
createdDateTime?: string | Date
Property Value
string | Date
lastModifiedBy
The user that last modified.
lastModifiedBy?: string
Property Value
string
lastModifiedDateTime
The last Modified datetime(ISO 8601 literal format).
lastModifiedDateTime?: string | Date
Property Value
string | Date
testRunId
Test run identifier
testRunId?: string
Property Value
string