ResourceSkuRestrictionsType Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. datamigration. models. ResourceSkuRestrictionsType
- com.
- com.
public final class ResourceSkuRestrictionsType
extends ExpandableStringEnum<ResourceSkuRestrictionsType>
The type of restrictions.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Resource |
LOCATION
Static value location for Resource |
Constructor Summary
| Constructor | Description |
|---|---|
| ResourceSkuRestrictionsType() |
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
LOCATION
public static final ResourceSkuRestrictionsType LOCATION
Static value location for ResourceSkuRestrictionsType.
Constructor Details
ResourceSkuRestrictionsType
@Deprecated
public ResourceSkuRestrictionsType()
Deprecated
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:
Returns:
values
public static Collection<ResourceSkuRestrictionsType> values()
Gets known ResourceSkuRestrictionsType values.
Returns: