TestProfile

Create a new test profile or update an existing test profile.

Create a new test profile or update an existing test profile by providing the test profile Id.

patch/test-profiles/{testProfileId}

Path parameters

testProfileIdstring required

Unique identifier for the test profile, must contain only lower-case alphabetic, numeric, underscore or hyphen characters.

Query parameters

api-versionstring required

The API version to use for this operation.

Response

The request has succeeded.

testProfileIdstring required

Unique identifier for the test profile, must contain only lower-case alphabetic, numeric, underscore or hyphen characters.

displayNamestring

Display name of the test profile.

descriptionstring

Description for the test profile.

testIdstring

Associated test ID for the test profile. This property is required for creating a Test Profile and it's not allowed to be updated.

targetResourceIdstring arm-id

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.

createdDateTimestring date-time

The creation datetime(RFC 3339 literal format).

createdBystring

The user that created.

lastModifiedDateTimestring date-time

The last Modified datetime(RFC 3339 literal format).

lastModifiedBystring

The user that last modified.

Changes