ValidateResourceTypes Class

public final class ValidateResourceTypes
extends ExpandableStringEnum<ValidateResourceTypes>

Resource type used for verification.

Field Summary

Modifier and Type Field and Description
static final ValidateResourceTypes MICROSOFT_WEB_HOSTING_ENVIRONMENTS

Static value Microsoft.Web/hostingEnvironments for ValidateResourceTypes.

static final ValidateResourceTypes SERVER_FARM

Static value ServerFarm for ValidateResourceTypes.

static final ValidateResourceTypes SITE

Static value Site for ValidateResourceTypes.

Constructor Summary

Constructor Description
ValidateResourceTypes()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of ValidateResourceTypes value.

Method Summary

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

Creates or finds a ValidateResourceTypes from its string representation.

static Collection<ValidateResourceTypes> values()

Gets known ValidateResourceTypes values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

MICROSOFT_WEB_HOSTING_ENVIRONMENTS

public static final ValidateResourceTypes MICROSOFT_WEB_HOSTING_ENVIRONMENTS

Static value Microsoft.Web/hostingEnvironments for ValidateResourceTypes.

SERVER_FARM

public static final ValidateResourceTypes SERVER_FARM

Static value ServerFarm for ValidateResourceTypes.

SITE

public static final ValidateResourceTypes SITE

Static value Site for ValidateResourceTypes.

Constructor Details

ValidateResourceTypes

@Deprecated
public ValidateResourceTypes()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of ValidateResourceTypes value.

Method Details

fromString

public static ValidateResourceTypes fromString(String name)

Creates or finds a ValidateResourceTypes from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding ValidateResourceTypes.

values

public static Collection values()

Gets known ValidateResourceTypes values.

Returns:

known ValidateResourceTypes values.

Applies to