次の方法で共有


WebTest.DefinitionStages.WithKind Interface

public static interface WebTest.DefinitionStages.WithKind

The stage of the WebTest definition allowing to specify kind.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withKind(WebTestKind kind)

Specifies the kind property: The kind of WebTest that this web test watches.

Method Details

withKind

public abstract WebTest.DefinitionStages.WithCreate withKind(WebTestKind kind)

Specifies the kind property: The kind of WebTest that this web test watches. Choices are ping, multistep and standard..

Parameters:

kind - The kind of WebTest that this web test watches. Choices are ping, multistep and standard.

Returns:

the next definition stage.

Applies to