Class PublicIPSkuType
java.lang.Object
com.azure.resourcemanager.network.models.PublicIPSkuType
Defines values for PublicIPSkuType.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final PublicIPSkuTypeStatic value Basic for PublicIPSkuType.static final PublicIPSkuTypeStatic value Standard for PublicIPSkuType. -
Method Summary
Modifier and TypeMethodDescriptionbooleanstatic PublicIPSkuTypefromSku(PublicIpAddressSku pipSku) Parses a value into a SKU type and creates a new PublicIPSkuType instance if not found among the existing ones.inthashCode()sku()static PublicIPSkuType[]values()
-
Field Details
-
BASIC
Static value Basic for PublicIPSkuType. -
STANDARD
Static value Standard for PublicIPSkuType.
-
-
Method Details
-
values
- Returns:
- predefined publicIP SKU types
-
fromSku
Parses a value into a SKU type and creates a new PublicIPSkuType instance if not found among the existing ones.- Parameters:
pipSku- a sku- Returns:
- the PublicIPSkuType
-
sku
- Returns:
- the PublicIpAddressSku associated with the PublicIpAddressSkuType.
-
hashCode
public int hashCode() -
equals
-