Class PublicIpAddressSkuName
- java.lang.Object
-
- com.azure.core.util.ExpandableStringEnum<PublicIpAddressSkuName>
-
- com.azure.resourcemanager.network.models.PublicIpAddressSkuName
-
public final class PublicIpAddressSkuName extends com.azure.core.util.ExpandableStringEnum<PublicIpAddressSkuName>
Defines values for PublicIpAddressSkuName.
-
-
Field Summary
Fields Modifier and Type Field Description static PublicIpAddressSkuNameBASICStatic value Basic for PublicIpAddressSkuName.static PublicIpAddressSkuNameSTANDARDStatic value Standard for PublicIpAddressSkuName.
-
Constructor Summary
Constructors Constructor Description PublicIpAddressSkuName()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static PublicIpAddressSkuNamefromString(String name)Creates or finds a PublicIpAddressSkuName from its string representation.static Collection<PublicIpAddressSkuName>values()
-
-
-
Field Detail
-
BASIC
public static final PublicIpAddressSkuName BASIC
Static value Basic for PublicIpAddressSkuName.
-
STANDARD
public static final PublicIpAddressSkuName STANDARD
Static value Standard for PublicIpAddressSkuName.
-
-
Method Detail
-
fromString
public static PublicIpAddressSkuName fromString(String name)
Creates or finds a PublicIpAddressSkuName from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding PublicIpAddressSkuName.
-
values
public static Collection<PublicIpAddressSkuName> values()
- Returns:
- known PublicIpAddressSkuName values.
-
-