WebTestKind Enum

  • java.lang.Object
    • java.lang.Enum
      • com.azure.resourcemanager.applicationinsights.models.WebTestKind

public enum WebTestKind
extends Enum<WebTestKind>

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

Fields

MULTISTEP

Enum value multistep.

PING

Enum value ping.

STANDARD

Enum value standard.

Methods inherited from java.lang.Enum

Methods inherited from java.lang.Object

Methods

fromString(String value)

public static WebTestKind fromString(String value)

Parses a serialized value to a WebTestKind instance.

Parameters

value
String
the serialized value to parse.

Returns

the parsed WebTestKind object, or null if unable to parse.

toString()

public String toString()

Returns

Overrides
java.lang.Enum.toString()

valueOf(String name)

public static WebTestKind valueOf(String name)

Parameters

name
String

Returns

values()

public static WebTestKind[] values()

Returns

Applies to