Class PublicIPSkuType

java.lang.Object
com.azure.resourcemanager.network.models.PublicIPSkuType

public final class PublicIPSkuType extends Object
Defines values for PublicIPSkuType.
  • Field Details

    • BASIC

      public static final PublicIPSkuType BASIC
      Static value Basic for PublicIPSkuType.
    • STANDARD

      public static final PublicIPSkuType STANDARD
      Static value Standard for PublicIPSkuType.
  • Method Details

    • values

      public static PublicIPSkuType[] values()
      Gets predefined publicIP SKU types.
      Returns:
      predefined publicIP SKU types
    • fromSku

      public static PublicIPSkuType fromSku(PublicIpAddressSku pipSku)
      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

      public PublicIpAddressSku sku()
      Gets the PublicIpAddressSku associated with the PublicIpAddressSkuType.
      Returns:
      the PublicIpAddressSku associated with the PublicIpAddressSkuType.
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object