Class ResourceSkuRestrictionsType
java.lang.Object
com.azure.core.util.ExpandableStringEnum<ResourceSkuRestrictionsType>
com.azure.resourcemanager.appplatform.models.ResourceSkuRestrictionsType
- All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>
public final class ResourceSkuRestrictionsType
extends com.azure.core.util.ExpandableStringEnum<ResourceSkuRestrictionsType>
Gets the type of restrictions. Possible values include: 'Location', 'Zone'.
-
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, getValue, hashCode, toString, values
-
Field Details
-
LOCATION
Static value Location for ResourceSkuRestrictionsType. -
ZONE
Static value Zone for ResourceSkuRestrictionsType.
-
-
Constructor Details
-
ResourceSkuRestrictionsType
Deprecated.Use thefromString(String)factory method.Creates a new instance of ResourceSkuRestrictionsType value.
-
-
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.
-
fromString(String)factory method.