ResourceSkuRestrictionsType Class

public final class ResourceSkuRestrictionsType
extends ExpandableStringEnum<ResourceSkuRestrictionsType>

The type of restrictions.

Field Summary

Modifier and Type Field and Description
static final ResourceSkuRestrictionsType LOCATION

Static value location for ResourceSkuRestrictionsType.

Constructor Summary

Constructor Description
ResourceSkuRestrictionsType()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of ResourceSkuRestrictionsType value.

Method Summary

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

Creates or finds a ResourceSkuRestrictionsType from its string representation.

static Collection<ResourceSkuRestrictionsType> values()

Gets known ResourceSkuRestrictionsType values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

LOCATION

public static final ResourceSkuRestrictionsType LOCATION

Static value location for ResourceSkuRestrictionsType.

Constructor Details

ResourceSkuRestrictionsType

@Deprecated
public ResourceSkuRestrictionsType()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of ResourceSkuRestrictionsType value.

Method Details

fromString

public static ResourceSkuRestrictionsType fromString(String name)

Creates or finds a ResourceSkuRestrictionsType from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding ResourceSkuRestrictionsType.

values

public static Collection<ResourceSkuRestrictionsType> values()

Gets known ResourceSkuRestrictionsType values.

Returns:

known ResourceSkuRestrictionsType values.

Applies to