Interface PublicIPAddress.UpdateStages.WithIPAddress

  • All Known Subinterfaces:
    PublicIPAddress.Update
    Enclosing interface:
    PublicIPAddress.UpdateStages

    public static interface PublicIPAddress.UpdateStages.WithIPAddress
    A public IP address update allowing to change the IP allocation method (static or dynamic).
    • Method Detail

      • withStaticIP

        PublicIPAddress.Update withStaticIP()
        Enables static IP address allocation.

        Use PublicIPAddress.ipAddress() after the public IP address is updated to obtain the actual IP address allocated for this resource by Azure

        Returns:
        the next stage of the resource update
      • withDynamicIP

        PublicIPAddress.Update withDynamicIP()
        Enables dynamic IP address allocation.
        Returns:
        the next stage of the resource update