TestAppComponentsOutput interface
Test 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 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, AppComponentOutput>
Property Value
Record<string, AppComponentOutput>
createdBy
The user that created.
createdBy?: string
Property Value
string
createdDateTime
The creation datetime(ISO 8601 literal format).
createdDateTime?: string
Property Value
string
lastModifiedBy
The user that last modified.
lastModifiedBy?: string
Property Value
string
lastModifiedDateTime
The last Modified datetime(ISO 8601 literal format).
lastModifiedDateTime?: string
Property Value
string
testId
Test identifier
testId?: string
Property Value
string