Class PublicIpAddressSkuName
java.lang.Object
com.azure.core.util.ExpandableStringEnum<PublicIpAddressSkuName>
com.azure.resourcemanager.network.models.PublicIpAddressSkuName
- All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>
public final class PublicIpAddressSkuName
extends com.azure.core.util.ExpandableStringEnum<PublicIpAddressSkuName>
Name of a public IP address SKU.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final PublicIpAddressSkuNameStatic value Basic for PublicIpAddressSkuName.static final PublicIpAddressSkuNameStatic value Standard for PublicIpAddressSkuName. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic PublicIpAddressSkuNamefromString(String name) Creates or finds a PublicIpAddressSkuName from its string representation.static Collection<PublicIpAddressSkuName> values()Gets known PublicIpAddressSkuName values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, getValue, hashCode, toString, values
-
Field Details
-
BASIC
Static value Basic for PublicIpAddressSkuName. -
STANDARD
Static value Standard for PublicIpAddressSkuName.
-
-
Constructor Details
-
PublicIpAddressSkuName
Deprecated.Use thefromString(String)factory method.Creates a new instance of PublicIpAddressSkuName value.
-
-
Method Details
-
fromString
Creates or finds a PublicIpAddressSkuName from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding PublicIpAddressSkuName.
-
values
Gets known PublicIpAddressSkuName values.- Returns:
- known PublicIpAddressSkuName values.
-
fromString(String)factory method.