TestProfileOutput 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
| created |
The user that created. |
| created |
The creation datetime(RFC 3339 literal format). |
| description | Description for the test profile. |
| display |
Display name of the test profile. |
| last |
The user that last modified. |
| last |
The last Modified datetime(RFC 3339 literal format). |
| 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. |
| test |
Unique identifier for the test profile, must contain only lower-case alphabetic, numeric, underscore or hyphen characters. |
Property Details
createdBy
The user that created.
createdBy?: string
Property Value
string
createdDateTime
The creation datetime(RFC 3339 literal format).
createdDateTime?: string
Property Value
string
description
Description for the test profile.
description?: string
Property Value
string
displayName
Display name of the test profile.
displayName?: string
Property Value
string
lastModifiedBy
The user that last modified.
lastModifiedBy?: string
Property Value
string
lastModifiedDateTime
The last Modified datetime(RFC 3339 literal format).
lastModifiedDateTime?: string
Property Value
string
targetResourceConfigurations
Configurations of the target resource on which testing would be done.
targetResourceConfigurations?: TargetResourceConfigurationsOutput
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
testProfileId
Unique identifier for the test profile, must contain only lower-case alphabetic, numeric, underscore or hyphen characters.
testProfileId: string
Property Value
string