TestJobCreateParameters interface
The parameters supplied to the create test job operation.
Properties
parameters | Gets or sets the parameters of the test job. |
run |
Gets or sets the runOn which specifies the group name where the job is to be executed. |
Property Details
parameters
Gets or sets the parameters of the test job.
parameters?: {[propertyName: string]: string}
Property Value
{[propertyName: string]: string}
runOn
Gets or sets the runOn which specifies the group name where the job is to be executed.
runOn?: string
Property Value
string
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for JavaScript