Share via


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

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).

testId

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

testId

Test identifier

testId?: string

Property Value

string