ResourceKind Class

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 ResourceKind FUNCTIONS_FLEX_CONSUMPTION

Resource is a Azure FunctionApp on Flex Consumption Plan.

Constructor Summary

Constructor Description
ResourceKind()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of ResourceKind value.

Method Summary

Modifier and Type Method and Description
static ResourceKind fromString(String name)

Creates or finds a ResourceKind from its string representation.

static Collection<ResourceKind> values()

Gets known ResourceKind values.

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

Use the fromString(String name) factory method.

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:

name - a name to look for.

Returns:

the corresponding ResourceKind.

values

public static Collection<ResourceKind> values()

Gets known ResourceKind values.

Returns:

known ResourceKind values.

Applies to