TestProfile interface
The Test Profile Model. A Test Profile resource enables you to set up a test profile which contains various configurations for a supported resource type and a load test to execute on that resource.
Properties
| description | Description for the test profile. |
| display |
Display name of the test profile. |
| target |
Configurations of the target resource on which testing would be done. |
| target |
Target resource ID on which the test profile is created. This property is required for creating a Test Profile and it's not allowed to be updated. |
| test |
Associated test ID for the test profile. This property is required for creating a Test Profile and it's not allowed to be updated. |
Property Details
description
Description for the test profile.
description?: string
Property Value
string
displayName
Display name of the test profile.
displayName?: string
Property Value
string
targetResourceConfigurations
Configurations of the target resource on which testing would be done.
targetResourceConfigurations?: TargetResourceConfigurations
Property Value
targetResourceId
Target resource ID on which the test profile is created. This property is required for creating a Test Profile and it's not allowed to be updated.
targetResourceId?: string
Property Value
string
testId
Associated test ID for the test profile. This property is required for creating a Test Profile and it's not allowed to be updated.
testId?: string
Property Value
string