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