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
FieldsModifier and TypeFieldDescriptionstatic final ResourceSkuRestrictionsTypeStatic value Location for ResourceSkuRestrictionsType.static final ResourceSkuRestrictionsTypeStatic value Zone for ResourceSkuRestrictionsType. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ResourceSkuRestrictionsTypefromString(String name) Creates or finds a ResourceSkuRestrictionsType from its string representation.values()Gets known ResourceSkuRestrictionsType values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
LOCATION
Static value Location for ResourceSkuRestrictionsType. -
ZONE
Static value Zone for ResourceSkuRestrictionsType.
-
-
Constructor Details
-
ResourceSkuRestrictionsType
public ResourceSkuRestrictionsType()
-
-
Method Details
-
fromString
Creates or finds a ResourceSkuRestrictionsType from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding ResourceSkuRestrictionsType.
-
values
Gets known ResourceSkuRestrictionsType values.- Returns:
- known ResourceSkuRestrictionsType values.
-