WebTest.DefinitionStages.WithWebTestKind Interface
public static interface WebTest.DefinitionStages.WithWebTestKind
The stage of the WebTest definition allowing to specify webTestKind.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
With |
withWebTestKind(WebTestKind webTestKind)
Specifies the web |
Method Details
withWebTestKind
public abstract WebTest.DefinitionStages.WithCreate withWebTestKind(WebTestKind webTestKind)
Specifies the webTestKind property: The kind of web test this is, valid choices are ping, multistep and standard..
Parameters:
Returns: