RequestSource Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. applicationinsights. models. RequestSource
- com.
- com.
public final class RequestSource
extends ExpandableStringEnum<RequestSource>
Defines values for RequestSource.
Field Summary
Modifier and Type | Field and Description |
---|---|
static final
Request |
REST
Static value rest for Request |
Constructor Summary
Constructor | Description | |
---|---|---|
RequestSource() |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Request |
fromString(String name)
Creates or finds a Request |
static
Collection<Request |
values()
Gets known Request |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
REST
public static final RequestSource REST
Static value rest for RequestSource.
Constructor Details
RequestSource
public RequestSource()
Method Details
fromString
public static RequestSource fromString(String name)
Creates or finds a RequestSource from its string representation.
Parameters:
name
- a name to look for.
Returns:
the corresponding RequestSource.
values
public static Collection
Gets known RequestSource values.
Returns:
known RequestSource values.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java