Class ResourceSkuRestrictionsType
- java.lang.Object
-
- com.azure.core.util.ExpandableStringEnum<ResourceSkuRestrictionsType>
-
- com.azure.resourcemanager.appplatform.models.ResourceSkuRestrictionsType
-
public final class ResourceSkuRestrictionsType extends com.azure.core.util.ExpandableStringEnum<ResourceSkuRestrictionsType>
Defines values for ResourceSkuRestrictionsType.
-
-
Field Summary
Fields Modifier and Type Field Description static ResourceSkuRestrictionsTypeLOCATIONStatic value Location for ResourceSkuRestrictionsType.static ResourceSkuRestrictionsTypeZONEStatic value Zone for ResourceSkuRestrictionsType.
-
Constructor Summary
Constructors Constructor Description ResourceSkuRestrictionsType()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ResourceSkuRestrictionsTypefromString(String name)Creates or finds a ResourceSkuRestrictionsType from its string representation.static Collection<ResourceSkuRestrictionsType>values()
-
-
-
Field Detail
-
LOCATION
public static final ResourceSkuRestrictionsType LOCATION
Static value Location for ResourceSkuRestrictionsType.
-
ZONE
public static final ResourceSkuRestrictionsType ZONE
Static value Zone for ResourceSkuRestrictionsType.
-
-
Method Detail
-
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()
- Returns:
- known ResourceSkuRestrictionsType values.
-
-