Share via


TestRunAppComponentsOutput 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 }

createdBy

The user that created.

createdDateTime

The creation datetime(ISO 8601 literal format).

lastModifiedBy

The user that last modified.

lastModifiedDateTime

The last Modified datetime(ISO 8601 literal format).

testRunId

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, 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

testRunId

Test run identifier

testRunId?: string

Property Value

string