次の方法で共有


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 WithCreate withWebTestKind(WebTestKind webTestKind)

Specifies the webTestKind property: The kind of web test this is, valid choices are ping, multistep and standard..

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:

webTestKind - The kind of web test this is, valid choices are ping, multistep and standard.

Returns:

the next definition stage.

Applies to