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()Gets the PublicIpAddressSku associated with the PublicIpAddressSkuType.static PublicIPSkuType[]values()Gets predefined publicIP SKU types.
-
Field Details
-
BASIC
Static value Basic for PublicIPSkuType. -
STANDARD
Static value Standard for PublicIPSkuType.
-
-
Method Details
-
values
Gets predefined publicIP SKU types.- 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
Gets the PublicIpAddressSku associated with the PublicIpAddressSkuType.- Returns:
- the PublicIpAddressSku associated with the PublicIpAddressSkuType.
-
hashCode
public int hashCode() -
equals
-