Uses of Enum
com.azure.resourcemanager.applicationinsights.models.WebTestKind
Packages that use WebTestKind
Package
Description
Package containing the inner data models for ApplicationInsightsManagementClient.
Package containing the data models for ApplicationInsightsManagementClient.
-
Uses of WebTestKind in com.azure.resourcemanager.applicationinsights.fluent.models
Methods in com.azure.resourcemanager.applicationinsights.fluent.models that return WebTestKindModifier and TypeMethodDescriptionWebTestInner.kind()Get the kind property: The kind of web test that this web test watches.WebTestInner.webTestKind()Get the webTestKind property: The kind of web test this is, valid choices are ping and multistep.WebTestProperties.webTestKind()Get the webTestKind property: The kind of web test this is, valid choices are ping and multistep.Methods in com.azure.resourcemanager.applicationinsights.fluent.models with parameters of type WebTestKindModifier and TypeMethodDescriptionWebTestInner.withKind(WebTestKind kind) Set the kind property: The kind of web test that this web test watches.WebTestInner.withWebTestKind(WebTestKind webTestKind) Set the webTestKind property: The kind of web test this is, valid choices are ping and multistep.WebTestProperties.withWebTestKind(WebTestKind webTestKind) Set the webTestKind property: The kind of web test this is, valid choices are ping and multistep. -
Uses of WebTestKind in com.azure.resourcemanager.applicationinsights.models
Methods in com.azure.resourcemanager.applicationinsights.models that return WebTestKindModifier and TypeMethodDescriptionstatic WebTestKindWebTestKind.fromString(String value) Parses a serialized value to a WebTestKind instance.WebTest.kind()Gets the kind property: The kind of web test that this web test watches.static WebTestKindReturns the enum constant of this type with the specified name.static WebTestKind[]WebTestKind.values()Returns an array containing the constants of this enum type, in the order they are declared.WebTest.webTestKind()Gets the webTestKind property: The kind of web test this is, valid choices are ping and multistep.Methods in com.azure.resourcemanager.applicationinsights.models with parameters of type WebTestKindModifier and TypeMethodDescriptionWebTest.DefinitionStages.WithKind.withKind(WebTestKind kind) Specifies the kind property: The kind of web test that this web test watches.WebTest.DefinitionStages.WithWebTestKind.withWebTestKind(WebTestKind webTestKind) Specifies the webTestKind property: The kind of web test this is, valid choices are ping and multistep..