ResourceKind Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. developer. loadtesting. models. ResourceKind
- com.
- com.
public final class ResourceKind
extends ExpandableStringEnum<ResourceKind>
Kind of the resource on which test profile is created.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Resource |
FUNCTIONS_FLEX_CONSUMPTION
Resource is a Azure Function |
Constructor Summary
| Constructor | Description |
|---|---|
| ResourceKind() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Resource |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Resource |
fromString(String name)
Creates or finds a Resource |
|
static
Collection<Resource |
values()
Gets known Resource |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
FUNCTIONS_FLEX_CONSUMPTION
public static final ResourceKind FUNCTIONS_FLEX_CONSUMPTION
Resource is a Azure FunctionApp on Flex Consumption Plan.
Constructor Details
ResourceKind
@Deprecated
public ResourceKind()
Deprecated
Creates a new instance of ResourceKind value.
Method Details
fromString
public static ResourceKind fromString(String name)
Creates or finds a ResourceKind from its string representation.
Parameters:
Returns:
values
public static Collection<ResourceKind> values()
Gets known ResourceKind values.
Returns: