Class SkuName
java.lang.Object
com.azure.core.util.ExpandableStringEnum<SkuName>
com.azure.resourcemanager.frontdoor.models.SkuName
Name of the pricing tier.
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic SkuName
fromString
(String name) Creates or finds a SkuName from its string representation.static Collection<SkuName>
values()
Gets known SkuName values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
CLASSIC_AZURE_FRONT_DOOR
Static value Classic_AzureFrontDoor for SkuName. -
STANDARD_AZURE_FRONT_DOOR
Static value Standard_AzureFrontDoor for SkuName. -
PREMIUM_AZURE_FRONT_DOOR
Static value Premium_AzureFrontDoor for SkuName.
-
-
Constructor Details
-
SkuName
Deprecated.Use thefromString(String)
factory method.Creates a new instance of SkuName value.
-
-
Method Details
-
fromString
Creates or finds a SkuName from its string representation.- Parameters:
name
- a name to look for.- Returns:
- the corresponding SkuName.
-
values
Gets known SkuName values.- Returns:
- known SkuName values.
-
fromString(String)
factory method.